IOleParentUndoUnit.Close(IOleParentUndoUnit, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- pPUU
- IOleParentUndoUnit
- fCommit
- Int32
Returns
Remarks
For information on the COM interface, see IOleParentUndoUnit::Close