IVsExpansionEnumeration::GetCount Method (UInt32)
Visual Studio 2015
Returns the number of objects represented in this enumeration.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pCount
-
Type:
System::UInt32
[out] Returns the number of objects.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Use this count value to determine how the maximum number of objects that can be retrieved using the Next method.
From textmgr2.idl:
HRESULT IVsExpansionEnumeration::GetCount( [out]ULONG *pCount );
Show: