Partager via


IVCWizCtlUI.GetCommandName, méthode

Obtient le nom d'une commande sous forme de chaîne.

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

Syntaxe

'Déclaration
Function GetCommandName ( _
    pDispDesc As Object, _
    memid As Object _
) As String
string GetCommandName(
    Object pDispDesc,
    Object memid
)
String^ GetCommandName(
    [InAttribute] Object^ pDispDesc, 
    [InAttribute] Object^ memid
)
abstract GetCommandName : 
        pDispDesc:Object * 
        memid:Object -> string
function GetCommandName(
    pDispDesc : Object, 
    memid : Object
) : String

Paramètres

  • memid
    Type : Object

    Requis. Index du tableau de description de commandes représenté par pDispDesc.

Valeur de retour

Type : String
Chaîne contenant le nom du gestionnaire de commandes.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms