次の方法で共有


IViewObjectEx.QueryHitRect Method

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

Syntax

'宣言
Sub QueryHitRect ( _
    dwAspect As UInteger, _
    pRectBounds As RECT(), _
    pRectLoc As RECT(), _
    lCloseHint As Integer, _
    <OutAttribute> ByRef pHitResult As UInteger _
)
void QueryHitRect(
    uint dwAspect,
    RECT[] pRectBounds,
    RECT[] pRectLoc,
    int lCloseHint,
    out uint pHitResult
)

Parameters

Remarks

For information on the COM interface, see IViewObjectEx::QueryHitRect

.NET Framework Security

See Also

Reference

IViewObjectEx Interface

Microsoft.VisualStudio.OLE.Interop Namespace