IOleUndoManager.Close(IOleParentUndoUnit, Int32) Method

Definition

public:
 int Close(Microsoft::VisualStudio::OLE::Interop::IOleParentUndoUnit ^ pPUU, int fCommit);
public:
 int Close(Microsoft::VisualStudio::OLE::Interop::IOleParentUndoUnit ^ pPUU, int fCommit);
int Close(Microsoft::VisualStudio::OLE::Interop::IOleParentUndoUnit const & pPUU, int fCommit);
public int Close (Microsoft.VisualStudio.OLE.Interop.IOleParentUndoUnit pPUU, int fCommit);
abstract member Close : Microsoft.VisualStudio.OLE.Interop.IOleParentUndoUnit * int -> int
Public Function Close (pPUU As IOleParentUndoUnit, fCommit As Integer) As Integer

Parameters

fCommit
Int32

Returns

Remarks

For information on the COM interface, see IOleUndoManager::Close

Applies to