Share via


OleCommandStatus.Enabled, propriété

Extrait ou définit une valeur indiquant si cette commande est activée.

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

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Boolean
Retourne true si la commande est activée ; sinon retourne false.

Sécurité .NET Framework

Voir aussi

Référence

OleCommandStatus Classe

Microsoft.VisualStudio.Data, espace de noms