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)
Syntax
声明
Function GetClassCommandHandlerDesc ( _
    pDispClass As Object, _
    bstrCommandName As String, _
    bstrControlType As String _
) As Object
用法
Dim instance As IVCWizCtlUI
Dim pDispClass As Object
Dim bstrCommandName As String
Dim bstrControlType As String
Dim returnValue As Object
returnValue = instance.GetClassCommandHandlerDesc(pDispClass, _
    bstrCommandName, bstrControlType)
Object GetClassCommandHandlerDesc(
    Object pDispClass,
    string bstrCommandName,
    string bstrControlType
)
Object^ GetClassCommandHandlerDesc(
    [InAttribute] Object^ pDispClass, 
    [InAttribute] String^ bstrCommandName, 
    [InAttribute] String^ bstrControlType
)
function GetClassCommandHandlerDesc(
    pDispClass : Object, 
    bstrCommandName : String, 
    bstrControlType : String
) : Object
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.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.