ITextUndoTransaction.CanRedo, propriété

Détermine s'il est possible actuellement d'appeler Do 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 CanRedo As Boolean
bool CanRedo { get; }
property bool CanRedo {
    bool get ();
}
abstract CanRedo : bool with get
function get CanRedo () : boolean

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ITextUndoTransaction Interface

Microsoft.VisualStudio.Text.Operations, espace de noms