IViewObjectEx.QueryHitPoint, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- dwAspect
Type : System.UInt32
- pRectBounds
Type : array<Microsoft.VisualStudio.OLE.Interop.RECT[]
- ptlLoc
Type : Microsoft.VisualStudio.OLE.Interop.POINT
- lCloseHint
Type : System.Int32
- pHitResult
Type : System.UInt32%
Remarques
Pour les informations sur l'interface COM, consultez l'IViewObjectEx::QueryHitPoint
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.