Compartir a través de


OleCommandStatus.Enabled (Propiedad)

Obtiene o establece un valor que indica si se habilitan a este comando.

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

Sintaxis

'Declaración
Public Property Enabled As Boolean
public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
member Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Devuelve true si habilitan el comando; si no devuelve false.

Seguridad de .NET Framework

Vea también

Referencia

OleCommandStatus Clase

Microsoft.VisualStudio.Data (Espacio de nombres)