IVsXMLMemberData5.GetFilterPriority(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the priority of a filter.
public:
int GetFilterPriority([Runtime::InteropServices::Out] int % piFilterPriority);
int GetFilterPriority([Runtime::InteropServices::Out] int & piFilterPriority);
public int GetFilterPriority (out int piFilterPriority);
abstract member GetFilterPriority : int -> int
Public Function GetFilterPriority (ByRef piFilterPriority As Integer) As Integer
Parameters
- piFilterPriority
- Int32
[out] The filter priority.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.