Compartir a través de


IVCWizCtlUI.GetCommandName (Método)

Obtiene el nombre de un comando como una cadena.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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

Parámetros

  • memid
    Tipo: Object

    Requerido. Índice para la tabla de descripción de comandos representada por pDispDesc.

Valor devuelto

Tipo: String
Cadena que contiene el nombre del controlador de comandos.

Seguridad de .NET Framework

Vea también

Referencia

IVCWizCtlUI Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)