UndoEngine.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 UndoEngine.UndoUnit class.
public:
UndoUnit(System::ComponentModel::Design::UndoEngine ^ engine, System::String ^ name);
public UndoUnit (System.ComponentModel.Design.UndoEngine engine, string name);
public UndoUnit (System.ComponentModel.Design.UndoEngine engine, string? name);
new System.ComponentModel.Design.UndoEngine.UndoUnit : System.ComponentModel.Design.UndoEngine * string -> System.ComponentModel.Design.UndoEngine.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.
Exceptions
engine
is null
.
Applies to
See also
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.