IOleParentUndoUnit.FindUnit(IOleUndoUnit) 方法

定义

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

参数

返回

Int32

注解

有关 COM 接口的信息,请参阅 IOleParentUndoUnit:: FindUnit

适用于