IVCWizCtlUI.GetClassCommandHandlerDesc(Object, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the command handler object for the specified class and command name.
winrt::Windows::Foundation::IInspectable GetClassCommandHandlerDesc(winrt::Windows::Foundation::IInspectable const & pDispClass, std::wstring const & bstrCommandName, std::wstring const & bstrControlType = "");
[System.Runtime.InteropServices.DispId(1610743884)]
public object GetClassCommandHandlerDesc (object pDispClass, string bstrCommandName, string bstrControlType = "");
[<System.Runtime.InteropServices.DispId(1610743884)>]
abstract member GetClassCommandHandlerDesc : obj * string * string -> obj
Public Function GetClassCommandHandlerDesc (pDispClass As Object, bstrCommandName As String, Optional bstrControlType As String = "") As Object
Parameters
- pDispClass
- Object
Required. A pointer to the dispinterface of the class.
- bstrCommandName
- String
Required. A string containing the command name.
- bstrControlType
- String
Optional. The type of control associated with the command, specified in the symbol table and the wizard HTML as "CONTROL_TYPE."
Returns
The command handler description object.
- Attributes