Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Opens an undo unit.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Private Sub Open ( _
parentUnit As IOleParentUndoUnit _
) Implements IOleParentUndoUnit.Open
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.IOleParentUndoUnitThe 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.