IVsXMLMemberData3.GetFilterPriority(Int32) Method

Definition

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.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsXMLMemberData3::GetFilterPriority(  
   [out] long *piFilterPriority  
);  

Applies to