UndoManager.InRedo Property

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public ReadOnly Property InRedo As Boolean
'使用
Dim instance As UndoManager
Dim value As Boolean

value = instance.InRedo
public bool InRedo { get; }
public:
property bool InRedo {
    bool get ();
}
public function get InRedo () : boolean

Property Value

Type: System.Boolean

Permissions

See Also

Reference

UndoManager Class

UndoManager Members

Microsoft.VisualStudio.Modeling Namespace