VsTextManagerClass.GetMarkerTypeCount 方法

返回已注册的标记类型的数量在任何缓冲区中的与核心文本编辑器。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Public Overridable Function GetMarkerTypeCount ( _
    <OutAttribute> ByRef piMarkerTypeCount As Integer _
) As Integer
public virtual int GetMarkerTypeCount(
    out int piMarkerTypeCount
)
public:
virtual int GetMarkerTypeCount(
    [OutAttribute] int% piMarkerTypeCount
)
abstract GetMarkerTypeCount : 
        piMarkerTypeCount:int byref -> int  
override GetMarkerTypeCount : 
        piMarkerTypeCount:int byref -> int
public function GetMarkerTypeCount(
    piMarkerTypeCount : int
) : int

参数

  • piMarkerTypeCount
    类型:Int32%

    [out] 若要标记的计数的指针类型。

返回值

类型:Int32

实现

IVsTextManager.GetMarkerTypeCount(Int32%)

.NET Framework 安全性

请参阅

参考

VsTextManagerClass 类

Microsoft.VisualStudio.TextManager.Interop 命名空间