GraphUndoUnit.Disabled-Eigenschaft

Ob diese Rückgängigeinheit deaktiviert werden soll (wie durch die Daten im Konstruktor bestimmt).

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

Syntax

'Declaration
Protected Property Disabled As Boolean
protected bool Disabled { get; private set; }
protected:
property bool Disabled {
    bool get ();
    private: void set (bool value);
}
member Disabled : bool with get, private set
function get Disabled () : boolean
private function set Disabled (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphUndoUnit Klasse

Microsoft.VisualStudio.GraphModel-Namespace