Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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.