VCWizCtlClass::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)
public: virtual 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."
Call the GetClassCommandHandlerDesc method before you call the following methods, which take, as a first parameter, the returned command handler description object:
Show: