Compartir a través de


OleCommandStatus.Text (Propiedad)

Obtiene o establece el texto mostrado para este comando.

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

Sintaxis

'Declaración
Public Property Text As String
public string Text { get; set; }
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)

Valor de propiedad

Tipo: System.String
Devuelve el texto para mostrar del comando especificado.

Comentarios

El comando debe tener el indicador de TEXTCHANGES en el archivo del compilador de la tabla de comandos (.ctc) para cambiar este valor.

Seguridad de .NET Framework

Vea también

Referencia

OleCommandStatus Clase

Microsoft.VisualStudio.Data (Espacio de nombres)