IVsTextLayerMarker.GetPriorityIndex(Int32) 方法

定义

返回优先级索引。

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

参数

piPriorityIndex
Int32

弄优先级索引。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

实现

注解

COM 签名

从 textmgr:

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

最高值获取最高位置。

适用于