GraphUndoUnit.IsRedoUnit-Eigenschaft

Ob dies eine Wiederholen-Einheit ist.

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

Syntax

'Declaration
Public Property IsRedoUnit As Boolean
public bool IsRedoUnit { get; private set; }
public:
property bool IsRedoUnit {
    bool get ();
    private: void set (bool value);
}
member IsRedoUnit : bool with get, private set
function get IsRedoUnit () : boolean
private function set IsRedoUnit (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphUndoUnit Klasse

Microsoft.VisualStudio.GraphModel-Namespace