共用方式為


IVsPackageDefinedTextMarkerType.GetPriorityIndex 方法

傳回優先順序做為自訂的資料標記的類型,具有索引的最高的優先順序值,接收的最頂端的位置。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

語法

'宣告
Function GetPriorityIndex ( _
    <OutAttribute> ByRef piPriorityIndex As Integer _
) As Integer
int GetPriorityIndex(
    out int piPriorityIndex
)
int GetPriorityIndex(
    [OutAttribute] int% piPriorityIndex
)
abstract GetPriorityIndex : 
        piPriorityIndex:int byref -> int
function GetPriorityIndex(
    piPriorityIndex : int
) : int

參數

  • piPriorityIndex
    類型:Int32%

    [] out文字標記的型別優先順序索引指標。 為一系列piPriorityIndex的值,請參閱MARKERTYPE

傳回值

類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。

備註

COM 簽章

從 textmgr.idl:

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

具有最高的優先權值的資料標記命令處理,在收到最頂端的位置,而後續的每個標記放以遞減的順序,其優先順序值。 書籤和快顯標記,想要使用的 10000 ¤ î 如果您的標記應該覆寫內建的項目較高的優先權值。 如果您的標記應該不會覆寫其他標記,請使用 90 至 100 的值。

注意事項注意事項

如果優先順序衝突發生時,環境可能會在統一、 低優先順序時指定外部的資料標記。

.NET Framework 安全性

請參閱

參考

IVsPackageDefinedTextMarkerType 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間