IOleParentUndoUnit.FindUnit Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Function FindUnit ( _
    pUU As IOleUndoUnit _
) As Integer
'使用
Dim instance As IOleParentUndoUnit
Dim pUU As IOleUndoUnit
Dim returnValue As Integer

returnValue = instance.FindUnit(pUU)
int FindUnit(
    IOleUndoUnit pUU
)
int FindUnit(
    [InAttribute] IOleUndoUnit^ pUU
)
function FindUnit(
    pUU : IOleUndoUnit
) : int

Parameters

Return Value

Type: System.Int32

Remarks

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

Permissions

See Also

Reference

IOleParentUndoUnit Interface

IOleParentUndoUnit Members

Microsoft.VisualStudio.OLE.Interop Namespace