IOleParentUndoUnit.FindUnit(IOleUndoUnit) 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 FindUnit(Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit ^ pUU);
public:
int FindUnit(Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit ^ pUU);
int FindUnit(Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit const & pUU);
public int FindUnit (Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit pUU);
abstract member FindUnit : Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit -> int
Public Function FindUnit (pUU As IOleUndoUnit) As Integer
Parameters
- pUU
- IOleUndoUnit
Returns
Remarks
For information on the COM interface, see IOleParentUndoUnit::FindUnit