Compartilhar via


Propriedade ITextUndoPrimitive.CanRedo

Determina se é possível neste momento chamar Do() com êxito.

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

Sintaxe

'Declaração
ReadOnly Property CanRedo As Boolean
bool CanRedo { get; }
property bool CanRedo {
    bool get ();
}
abstract CanRedo : bool with get
function get CanRedo () : boolean

Valor de propriedade

Tipo: Boolean
true Se é possível no momento chamar Do() com êxito, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ITextUndoPrimitive Interface

Namespace Microsoft.VisualStudio.Text.Operations