IViewObjectEx.QueryHitRect(UInt32, RECT[], RECT[], Int32, UInt32) Method

Definition

public:
 void QueryHitRect(System::UInt32 dwAspect, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRectBounds, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRectLoc, int lCloseHint, [Runtime::InteropServices::Out] System::UInt32 % pHitResult);
void QueryHitRect(unsigned int dwAspect, std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & pRectBounds, std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & pRectLoc, int lCloseHint, [Runtime::InteropServices::Out] unsigned int & pHitResult);
public void QueryHitRect (uint dwAspect, Microsoft.VisualStudio.OLE.Interop.RECT[] pRectBounds, Microsoft.VisualStudio.OLE.Interop.RECT[] pRectLoc, int lCloseHint, out uint pHitResult);
abstract member QueryHitRect : uint32 * Microsoft.VisualStudio.OLE.Interop.RECT[] * Microsoft.VisualStudio.OLE.Interop.RECT[] * int * uint32 -> unit
Public Sub QueryHitRect (dwAspect As UInteger, pRectBounds As RECT(), pRectLoc As RECT(), lCloseHint As Integer, ByRef pHitResult As UInteger)

Parameters

dwAspect
UInt32
pRectBounds
RECT[]
pRectLoc
RECT[]
lCloseHint
Int32
pHitResult
UInt32

Remarks

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

Applies to