IVCWizCtlUI::GetClassCommandHandlerDesc Method (Object^, String^, String^)

 

Gets the command handler object for the specified class and command name.

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

Object^ GetClassCommandHandlerDesc(
	Object^ pDispClass,
	String^ bstrCommandName,
	String^ bstrControlType = ""
)

Parameters

pDispClass
Type: System::Object^

Required. A pointer to the dispinterface of the class.

bstrCommandName
Type: System::String^

Required. A string containing the command name.

bstrControlType
Type: System::String^

Optional. The type of control associated with the command, specified in the symbol table and the wizard HTML as "CONTROL_TYPE."

Return Value

Type: System::Object^

The command handler description object.

Return to top
Show: