Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Sub New ( _
    engine As UndoEngine, _
    name As String _
)
public UndoUnit(
    UndoEngine engine,
    string name
)
public:
UndoUnit(
    UndoEngine^ engine, 
    String^ name
)
new : 
        engine:UndoEngine * 
        name:string -> UndoUnit
public function OleUndoEngine.UndoUnit(
    engine : UndoEngine, 
    name : String
)
Parameters
- engine 
 Type: UndoEngine- The undo engine that owns this undo unit. 
- name 
 Type: String- The name for this undo unit. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.