Condividi tramite


Metodo VCWizCtlClass.GetClassCommandHandlerDesc

Ottiene l'oggetto del gestore comando per la classe e il nome di comando specificati.

Spazio dei nomi:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Sintassi

'Dichiarazione
Public Overridable Function GetClassCommandHandlerDesc ( _
    pDispClass As Object, _
    bstrCommandName As String, _
    bstrControlType As String _
) As Object
public virtual Object GetClassCommandHandlerDesc(
    Object pDispClass,
    string bstrCommandName,
    string bstrControlType
)
public:
virtual Object^ GetClassCommandHandlerDesc(
    [InAttribute] Object^ pDispClass, 
    [InAttribute] String^ bstrCommandName, 
    [InAttribute] String^ bstrControlType
)
abstract GetClassCommandHandlerDesc : 
        pDispClass:Object * 
        bstrCommandName:string * 
        bstrControlType:string -> Object  
override GetClassCommandHandlerDesc : 
        pDispClass:Object * 
        bstrCommandName:string * 
        bstrControlType:string -> Object
public function GetClassCommandHandlerDesc(
    pDispClass : Object, 
    bstrCommandName : String, 
    bstrControlType : String
) : Object

Parametri

  • pDispClass
    Tipo: Object

    Necessario. Puntatore all'interfaccia dispatch della classe.

  • bstrCommandName
    Tipo: String

    Necessario. Stringa contenente il nome del comando.

  • bstrControlType
    Tipo: String

    Opzionale. Tipo del controllo associato al comando, specificato nella tabella di simboli e nella procedura guidata HTML come "CONTROL_TYPE".

Valore restituito

Tipo: Object
Oggetto di descrizione del gestore comando.

Implementa

IVCWizCtlUI.GetClassCommandHandlerDesc(Object, String, String)

Note

Chiamare il metodo GetClassCommandHandlerDesc prima di chiamare i metodi seguenti, che accettano, come primo parametro, l'oggetto restituito di descrizione del gestore comando:

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCWizCtlClass Classe

Spazio dei nomi Microsoft.VisualStudio.VsWizard

Altre risorse

Progettazione di una procedura guidata

Modello a oggetti Extensibility di Visual C++