Share via


IViewObjectEx.QueryHitPoint Method

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

Syntax

'Declaration
Sub QueryHitPoint ( _
    dwAspect As UInteger, _
    pRectBounds As RECT(), _
    ptlLoc As POINT, _
    lCloseHint As Integer, _
    <OutAttribute> ByRef pHitResult As UInteger _
)
void QueryHitPoint(
    uint dwAspect,
    RECT[] pRectBounds,
    POINT ptlLoc,
    int lCloseHint,
    out uint pHitResult
)
void QueryHitPoint(
    [InAttribute] unsigned int dwAspect, 
    [InAttribute] array<RECT>^ pRectBounds, 
    [InAttribute] POINT ptlLoc, 
    [InAttribute] int lCloseHint, 
    [OutAttribute] unsigned int% pHitResult
)
abstract QueryHitPoint : 
        dwAspect:uint32 * 
        pRectBounds:RECT[] * 
        ptlLoc:POINT * 
        lCloseHint:int * 
        pHitResult:uint32 byref -> unit
function QueryHitPoint(
    dwAspect : uint, 
    pRectBounds : RECT[], 
    ptlLoc : POINT, 
    lCloseHint : int, 
    pHitResult : uint
)

Parameters

  • dwAspect
    Type: UInt32
  • lCloseHint
    Type: Int32
  • pHitResult
    Type: UInt32%

Remarks

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

.NET Framework Security

See Also

Reference

IViewObjectEx Interface

Microsoft.VisualStudio.OLE.Interop Namespace