Freigeben über


TextUndoRedoEventArgs.State-Eigenschaft

Ruft den Zustand der Transaktion ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Operations.TextUndoHistoryState
Der Zustand der Transaktion.

Hinweise

Der Zustand ist entweder Undoing oder Redoing.

.NET Framework-Sicherheit

Siehe auch

Referenz

TextUndoRedoEventArgs Klasse

Microsoft.VisualStudio.Text.Operations-Namespace