Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
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)
Property Value
Type: System.Boolean
Returns true if the command is supported; otherwise returns false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.