OleUndoEngine.UndoUnit 构造函数

初始化 OleUndoEngine.UndoUnit 类的新实例。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Sub New ( _
    engine As UndoEngine, _
    name As String _
)
public UndoUnit(
    UndoEngine engine,
    string name
)

参数

.NET Framework 安全性

请参见

参考

OleUndoEngine.UndoUnit 类

Microsoft.VisualStudio.Shell.Design 命名空间

OleUndoEngine

UndoEngine.UndoUnit

IOleParentUndoUnit

IOleUndoUnit

OleUndoEngine.UndoUnit