OleUndoEngine.UndoUnit.IOleParentUndoUnit.FindUnit Method

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Private Function FindUnit ( _
    pUU As IOleUndoUnit _
) As Integer Implements IOleParentUndoUnit.FindUnit
'使用
Dim instance As OleUndoEngine..::.UndoUnit
Dim pUU As IOleUndoUnit
Dim returnValue As Integer

returnValue = CType(instance, IOleParentUndoUnit).FindUnit(pUU)
int IOleParentUndoUnit.FindUnit(
    IOleUndoUnit pUU
)
private:
virtual int FindUnit(
    IOleUndoUnit^ pUU
) sealed = IOleParentUndoUnit::FindUnit
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IOleParentUndoUnit.FindUnit(IOleUndoUnit)

Permissions

See Also

Reference

OleUndoEngine.UndoUnit Class

OleUndoEngine.UndoUnit Members

Microsoft.VisualStudio.Shell.Design Namespace