OleUndoEngine.UndoUnit.IOleParentUndoUnit.Open Method
Opens an undo unit.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
‘선언
Private Sub Open ( _
parentUnit As IOleParentUndoUnit _
) Implements IOleParentUndoUnit.Open
‘사용 방법
Dim instance As OleUndoEngine..::..UndoUnit
Dim parentUnit As IOleParentUndoUnit
CType(instance, IOleParentUndoUnit).Open(parentUnit)
void IOleParentUndoUnit.Open(
IOleParentUndoUnit parentUnit
)
private:
virtual void Open(
IOleParentUndoUnit^ parentUnit
) sealed = IOleParentUndoUnit::Open
private abstract Open :
parentUnit:IOleParentUndoUnit -> unit
private override Open :
parentUnit:IOleParentUndoUnit -> unit
JScript does not support explicit interface implementations.
Parameters
- parentUnit
Type: Microsoft.VisualStudio.OLE.Interop.IOleParentUndoUnit
The IOleParentUndoUnit to be opened
Implements
IOleParentUndoUnit.Open(IOleParentUndoUnit)
.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.