Partager via


IVCWizCtlUI.GetCommandDocumentation, méthode

Obtient la description de la commande spécifiée ou d'une entrée de texte dans la zone de liste spécifiée.

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

Syntaxe

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

Paramètres

  • memid
    Type : System.Object
    Requis.Index du tableau de description de commandes représenté par pDispDesc.

Valeur de retour

Type : System.String
Chaîne contenant la description.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms