IViewObjectEx.QueryHitPoint(UInt32, RECT[], POINT, Int32, UInt32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
void QueryHitPoint(System::UInt32 dwAspect, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRectBounds, Microsoft::VisualStudio::OLE::Interop::POINT ptlLoc, int lCloseHint, [Runtime::InteropServices::Out] System::UInt32 % pHitResult);
void QueryHitPoint(unsigned int dwAspect, std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & pRectBounds, Microsoft::VisualStudio::OLE::Interop::POINT ptlLoc, int lCloseHint, [Runtime::InteropServices::Out] unsigned int & pHitResult);
public void QueryHitPoint (uint dwAspect, Microsoft.VisualStudio.OLE.Interop.RECT[] pRectBounds, Microsoft.VisualStudio.OLE.Interop.POINT ptlLoc, int lCloseHint, out uint pHitResult);
abstract member QueryHitPoint : uint32 * Microsoft.VisualStudio.OLE.Interop.RECT[] * Microsoft.VisualStudio.OLE.Interop.POINT * int * uint32 -> unit
Public Sub QueryHitPoint (dwAspect As UInteger, pRectBounds As RECT(), ptlLoc As POINT, lCloseHint As Integer, ByRef pHitResult As UInteger)
Parameter
- dwAspect
- UInt32
- pRectBounds
- RECT[]
- ptlLoc
- POINT
- lCloseHint
- Int32
- pHitResult
- UInt32
Hinweise
Weitere Informationen zur COM-Schnittstelle finden Sie unter IViewObjectEx:: queryhitpoint .