Partilhar via


Propriedade OleCommandStatus.Supported

Obtém ou define um valor indicando se este comando é suportado.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

OleCommandStatus Classe

Namespace Microsoft.VisualStudio.Data