Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of objects represented in this enumeration.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
Function GetCount ( _
<OutAttribute> ByRef pCount As UInteger _
) As Integer
int GetCount(
out uint pCount
)
int GetCount(
[OutAttribute] unsigned int% pCount
)
abstract GetCount :
pCount:uint32 byref -> int
function GetCount(
pCount : uint
) : int
Parameters
- pCount
Type: System.UInt32%
[out] Returns the number of objects.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Use this count value to determine how the maximum number of objects that can be retrieved using the Next method.
COM Signature
From textmgr2.idl:
HRESULT IVsExpansionEnumeration::GetCount(
[out]ULONG *pCount
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.