IVsTextLayerMarker.GetPriorityIndex(Int32) Method

Definition

Returns the priority index.

public:
 int GetPriorityIndex([Runtime::InteropServices::Out] int % piPriorityIndex);
int GetPriorityIndex([Runtime::InteropServices::Out] int & piPriorityIndex);
public int GetPriorityIndex (out int piPriorityIndex);
abstract member GetPriorityIndex : int -> int
Public Function GetPriorityIndex (ByRef piPriorityIndex As Integer) As Integer

Parameters

piPriorityIndex
Int32

[out] The priority index.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextLayerMarker::GetPriorityIndex(  
   [out] long *piPriorityIndex  
);  

Highest value gets topmost placement.

Applies to