Partager via


TextUndoRedoEventArgs.State, propriété

Obtient l'état de la transaction.

Espace de noms :  Microsoft.VisualStudio.Text.Operations
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Operations.TextUndoHistoryState
L'état de la transaction.

Notes

L'état est Undoing ou Redoing.

Sécurité .NET Framework

Voir aussi

Référence

TextUndoRedoEventArgs Classe

Microsoft.VisualStudio.Text.Operations, espace de noms