Share via


OleCommandStatus.Supported Property

Retrieves or sets a value indicating whether this command is supported.

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

Syntax

'Declaration
Public Property Supported As Boolean
'Usage
Dim instance As OleCommandStatus 
Dim value As Boolean 

value = instance.Supported

instance.Supported = value
public bool Supported { get; set; }
public:
property bool Supported {
    bool get ();
    void set (bool value);
}
public function get Supported () : boolean 
public function set Supported (value : boolean)

Property Value

Type: System.Boolean
Returns true if the command is supported; otherwise returns false.

.NET Framework Security

See Also

Reference

OleCommandStatus Class

OleCommandStatus Members

Microsoft.VisualStudio.Data Namespace