IViewObjectEx.QueryHitPoint(UInt32, RECT[], POINT, Int32, UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- dwAspect
- UInt32
- pRectBounds
- RECT[]
- ptlLoc
- POINT
- lCloseHint
- Int32
- pHitResult
- UInt32
Comentários
Para obter informações sobre a interface COM, consulte IViewObjectEx:: QueryHitPoint