OleUndoEngine.UndoUnit Constructor

Initializes a new instance of the OleUndoEngine.UndoUnit class.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Public Sub New ( _
    engine As UndoEngine, _
    name As String _
)
'使用
Dim engine As UndoEngine
Dim name As String

Dim instance As New OleUndoEngine..::.UndoUnit(engine, _
    name)
public UndoUnit(
    UndoEngine engine,
    string name
)
public:
UndoUnit(
    UndoEngine^ engine, 
    String^ name
)
public function OleUndoEngine..::.UndoUnit(
    engine : UndoEngine, 
    name : String
)

Parameters

Permissions

See Also

Reference

OleUndoEngine.UndoUnit Class

OleUndoEngine.UndoUnit Members

Microsoft.VisualStudio.Shell.Design Namespace

OleUndoEngine

UndoEngine.UndoUnit

IOleParentUndoUnit

IOleUndoUnit

OleUndoEngine.UndoUnit