Aracılığıyla paylaş


IOleObject.DoVerb Method

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

Syntax

'Bildirim
Function DoVerb ( _
    iVerb As Integer, _
    lpmsg As MSG(), _
    pActiveSite As IOleClientSite, _
    lindex As Integer, _
    hWndParent As IntPtr, _
    lprcPosRect As RECT() _
) As Integer
int DoVerb(
    int iVerb,
    MSG[] lpmsg,
    IOleClientSite pActiveSite,
    int lindex,
    IntPtr hWndParent,
    RECT[] lprcPosRect
)

Parameters

Return Value

Type: System.Int32

Remarks

For information on the COM interface, see IOleObject::DoVerb

.NET Framework Security

See Also

Reference

IOleObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace