Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the total count of independent views in the enumeration sequence.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function GetCount ( _
ByRef pCount As UInteger _
) As Integer
int GetCount(
ref uint pCount
)
int GetCount(
unsigned int% pCount
)
abstract GetCount :
pCount:uint32 byref -> int
function GetCount(
pCount : uint
) : int
Parameters
- pCount
Type: System.UInt32%
[out] Number of independent views in the enumeration sequence.
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 IVsEnumIndependentViews::GetCount(
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.