OleUndoEngine.UndoUnit Constructor
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: System.ComponentModel.Design.UndoEngineThe undo engine that owns this undo unit.
name
Type: System.StringThe 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.