Freigeben über


ITextUndoHistory.State-Eigenschaft

Ruft den aktuellen Zustand des verlaufs Rückgängig ab.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
ReadOnly Property State As TextUndoHistoryState
TextUndoHistoryState State { get; }
property TextUndoHistoryState State {
    TextUndoHistoryState get ();
}
abstract State : TextUndoHistoryState with get
function get State () : TextUndoHistoryState

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Operations.TextUndoHistoryState
Der aktuelle Status des verlaufs Rückgängig.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextUndoHistory Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace