Partilhar via


Propriedade OleCommandStatus.Enabled

Obtém ou define um valor indicando se este comando está habilitado.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean
Retorna true se o comando for ativado; se não retorna false.

Segurança do .NET Framework

Consulte também

Referência

OleCommandStatus Classe

Namespace Microsoft.VisualStudio.Data