Partager via


IVCWizCtlUI.GetClassCommandHandlerDesc, méthode

Obtient l'objet gestionnaire de commandes pour la classe et le nom de commande spécifiés.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
Function GetClassCommandHandlerDesc ( _
    pDispClass As Object, _
    bstrCommandName As String, _
    bstrControlType As String _
) As Object
Object GetClassCommandHandlerDesc(
    Object pDispClass,
    string bstrCommandName,
    string bstrControlType
)
Object^ GetClassCommandHandlerDesc(
    [InAttribute] Object^ pDispClass, 
    [InAttribute] String^ bstrCommandName, 
    [InAttribute] String^ bstrControlType
)
abstract GetClassCommandHandlerDesc : 
        pDispClass:Object * 
        bstrCommandName:string * 
        bstrControlType:string -> Object 
function GetClassCommandHandlerDesc(
    pDispClass : Object, 
    bstrCommandName : String, 
    bstrControlType : String
) : Object

Paramètres

  • pDispClass
    Type : System.Object
    Requis.Pointeur vers la dispinterface de la classe.
  • bstrCommandName
    Type : System.String
    Requis.Chaîne contenant le nom de la commande.
  • bstrControlType
    Type : System.String
    Optionnel.Type de contrôle associé à la commande, spécifié dans la table de symboles et l'Assistant HTML sous « CONTROL_TYPE ».

Valeur de retour

Type : System.Object
Objet de description du gestionnaire de commandes.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms