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

'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

Implements

IOleParentUndoUnit.Open(IOleParentUndoUnit)

.NET Framework Security

See Also

Reference

OleUndoEngine.UndoUnit Class

Microsoft.VisualStudio.Shell.Design Namespace