次の方法で共有


VsTextManagerClass.GetMarkerTypeCount Method

Returns the number of registered marker types within all buffers associated with the core text editor.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'宣言
Public Overridable Function GetMarkerTypeCount ( _
    <OutAttribute> ByRef piMarkerTypeCount As Integer _
) As Integer
'使用
Dim instance As VsTextManagerClass
Dim piMarkerTypeCount As Integer
Dim returnValue As Integer

returnValue = instance.GetMarkerTypeCount(piMarkerTypeCount)
public virtual int GetMarkerTypeCount(
    out int piMarkerTypeCount
)
public:
virtual int GetMarkerTypeCount(
    [OutAttribute] int% piMarkerTypeCount
)
public function GetMarkerTypeCount(
    piMarkerTypeCount : int
) : int

Parameters

  • piMarkerTypeCount
    Type: System.Int32%

    [out] Pointer to a count of the marker types.

Return Value

Type: System.Int32

Implements

IVsTextManager.GetMarkerTypeCount(Int32%)

Permissions

See Also

Reference

VsTextManagerClass Class

VsTextManagerClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace