IOleParentUndoUnit.FindUnit(IOleUndoUnit) Method

Definition

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

Returns

Remarks

For information on the COM interface, see IOleParentUndoUnit::FindUnit

Applies to