VCWizCtlClass::GetCommandCount Method (Object^)

 

Gets the number of commands in the specified list.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

public:
virtual Object^ GetCommandCount(
	Object^ pDispDesc
)

Parameters

pDispDesc
Type: System::Object^

Required. The event command description object returned by GetClassCommandHandlerDesc.

Return Value

Type: System::Object^

The number of commands in the specified list.

Return to top
Show: