Partilhar via


Propriedade GraphUndoUnit.IsRedoUnit

Se esta é uma unidade refazer.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
Public Property IsRedoUnit As Boolean
public bool IsRedoUnit { get; private set; }
public:
property bool IsRedoUnit {
    bool get ();
    private: void set (bool value);
}
member IsRedoUnit : bool with get, private set
function get IsRedoUnit () : boolean
private function set IsRedoUnit (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Retorna Boolean.

Segurança do .NET Framework

Consulte também

Referência

GraphUndoUnit Classe

Namespace Microsoft.VisualStudio.GraphModel