IVsEnumStreamMarkers.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 stream 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] Pointer to the number of stream markers in the enumeration sequence.
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 IVsEnumStreamMarkers::GetCount(
[out] long *pcMarkers
);