IRequireClasses::CountRequiredClasses Method (UInt32)

 

Gets the number of classes the package requires.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int CountRequiredClasses(
	[OutAttribute] unsigned int% pCount
)

Parameters

pCount
Type: System::UInt32

[out] Pointer to the count of required classes.

Return Value

Type: System::Int32

If 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
);
Return to top
Show: