ITextUndoTransaction.CanUndo, propriété

Détermine s'il est possible actuellement d'appeler Undo() avec succès.

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

Syntaxe

'Déclaration
ReadOnly Property CanUndo As Boolean
bool CanUndo { get; }
property bool CanUndo {
    bool get ();
}
abstract CanUndo : bool with get
function get CanUndo () : boolean

Valeur de propriété

Type : Boolean
true s'il est possible actuellement d'appeler Undo avec succès, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

ITextUndoTransaction Interface

Microsoft.VisualStudio.Text.Operations, espace de noms