IVCWizCtlUI::GetClassCommandHandlerDesc Method (Object^, String^, String^)
Visual Studio 2015
Gets the command handler object for the specified class and command name.
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."
Show: