DocData.UndoManager Property

Gets the UndoManager interface for the document.

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

Syntax

'宣言
Public Overridable ReadOnly Property UndoManager As UndoManager
'使用
Dim instance As DocData
Dim value As UndoManager

value = instance.UndoManager
public virtual UndoManager UndoManager { get; }
public:
virtual property UndoManager^ UndoManager {
    UndoManager^ get ();
}
public function get UndoManager () : UndoManager

Property Value

Type: Microsoft.VisualStudio.Modeling.Shell.UndoManager

[The T:Microsoft.VisualStudio.Modeling.Shell.UndoManager] interface for the document.

Permissions

See Also

Reference

DocData Class

DocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace