Freigeben über


OleCommandStatus.Supported-Eigenschaft

Ruft einen Wert ab, ob dieser Befehl unterstützt wird.

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

Syntax

'Declaration
Public Property Supported As Boolean
public bool Supported { get; set; }
public:
property bool Supported {
    bool get ();
    void set (bool value);
}
member Supported : bool with get, set
function get Supported () : boolean 
function set Supported (value : boolean)

Eigenschaftswert

Typ: Boolean
Gibt true zurück, wenn der Befehl unterstützt wird; gibt andernfalls false zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

OleCommandStatus Klasse

Microsoft.VisualStudio.Data-Namespace