UndoManager.VSUndoManager Property

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

Syntax

'宣言
Public ReadOnly Property VSUndoManager As IOleUndoManager
'使用
Dim instance As UndoManager
Dim value As IOleUndoManager

value = instance.VSUndoManager
public IOleUndoManager VSUndoManager { get; }
public:
property IOleUndoManager^ VSUndoManager {
    IOleUndoManager^ get ();
}
public function get VSUndoManager () : IOleUndoManager

Property Value

Type: Microsoft.VisualStudio.OLE.Interop.IOleUndoManager

Permissions

See Also

Reference

UndoManager Class

UndoManager Members

Microsoft.VisualStudio.Modeling.Shell Namespace