OleUndoEngine::UndoUnit Constructor (UndoEngine^, String^)

 
Use BaseTrue

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)

public:
UndoUnit(
	UndoEngine^ engine,
	String^ name
)

Parameters

engine
Type: System.ComponentModel.Design::UndoEngine^

The undo engine that owns this undo unit.

name
Type: System::String^

The name for this undo unit.

Return to top
Show: