TextUndoRedoEventArgs::State Property

 

Gets the state of the transaction.

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

public:
property TextUndoHistoryState State {
	TextUndoHistoryState get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Operations::TextUndoHistoryState

The state of the transaction.

The state is either Undoing or Redoing.

Return to top
Show: