IVsEnumLineMarkers.GetCount(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the total count of line markers in the enumeration sequence.
public:
int GetCount([Runtime::InteropServices::Out] int % pcMarkers);
int GetCount([Runtime::InteropServices::Out] int & pcMarkers);
public int GetCount (out int pcMarkers);
abstract member GetCount : int -> int
Public Function GetCount (ByRef pcMarkers As Integer) As Integer
Parameters
- pcMarkers
- Int32
[out] Number of line markers.
Returns
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
);