IVsEnumLineMarkers.GetCount Method

Returns the total count of line markers in the enumeration sequence.

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

Syntax

'Déclaration
Function GetCount ( _
    <OutAttribute> ByRef pcMarkers As Integer _
) As Integer
'Utilisation
Dim instance As IVsEnumLineMarkers
Dim pcMarkers As Integer
Dim returnValue As Integer

returnValue = instance.GetCount(pcMarkers)
int GetCount(
    out int pcMarkers
)
int GetCount(
    [OutAttribute] int% pcMarkers
)
abstract GetCount : 
        pcMarkers:int byref -> int 
function GetCount(
    pcMarkers : int
) : int

Parameters

  • pcMarkers
    Type: System.Int32%
    [out] Number of line markers.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

[C++]

HRESULT IVsEnumLineMarkers::GetCount(
   [out] long *pcMarkers
);

.NET Framework Security

See Also

Reference

IVsEnumLineMarkers Interface

IVsEnumLineMarkers Members

Microsoft.VisualStudio.TextManager.Interop Namespace