IVsHelpAttributeList::GetCount Method (Int32)
Visual Studio 2015
Gets the number of attributes.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pCount
-
Type:
System::Int32
[out] Pointer to the number of attributes.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsHelpAttributeList::GetCount(
[out] int *pCount
);
Show: