ServerExplorerCommandHandler.EnableCommandForDataView-Eigenschaft

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ServerExplorerCommandHandler Klasse

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace