IRequireClasses::CountRequiredClasses Method (UInt32)
Visual Studio 2015
Gets the number of classes the package requires.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pCount
-
Type:
System::UInt32
[out] Pointer to the count of required classes.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From objext.idl:
[C++]
HRESULT IRequireClasses::CountRequiredClasses( [out] ULONG* pCount );
Show: