GraphUndoUnit.IsEmpty-Eigenschaft

Ob diese Rückgängigeinheit leer ist.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsEmpty As Boolean
public virtual bool IsEmpty { get; }
public:
virtual property bool IsEmpty {
    bool get ();
}
abstract IsEmpty : bool
override IsEmpty : bool
function get IsEmpty () : boolean

Eigenschaftswert

Typ: System.Boolean
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphUndoUnit Klasse

Microsoft.VisualStudio.GraphModel-Namespace