OleUndoEngine.UndoUnit(UndoEngine, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the OleUndoEngine.UndoUnit class.
public:
UndoUnit(System::ComponentModel::Design::UndoEngine ^ engine, System::String ^ name);
public UndoUnit (System.ComponentModel.Design.UndoEngine engine, string name);
new Microsoft.VisualStudio.Shell.Design.OleUndoEngine.UndoUnit : System.ComponentModel.Design.UndoEngine * string -> Microsoft.VisualStudio.Shell.Design.OleUndoEngine.UndoUnit
Public Sub New (engine As UndoEngine, name As String)
Parameters
- engine
- UndoEngine
The undo engine that owns this undo unit.
- name
- String
The name for this undo unit.