_IVsMsoOleAccDispObj.accHitTest, méthode (Int32, Int32)
Obtient l'objet aux coordonnées spécifiées.Cette méthode est déconseillée.
Espace de noms : Microsoft.VisualStudio.CommandBars
Assembly : Microsoft.VisualStudio.CommandBars (dans Microsoft.VisualStudio.CommandBars.dll)
Syntaxe
'Déclaration
Function accHitTest ( _
xLeft As Integer, _
yTop As Integer _
) As Object
Object accHitTest(
int xLeft,
int yTop
)
Paramètres
- xLeft
Type : System.Int32
X.
- yTop
Type : System.Int32
Y.
Valeur de retour
Type : System.Object
Objet.Cette méthode est déconseillée.
Implémentations
IAccessible.accHitTest(Int32, Int32)
Remarques
Cette méthode lève un DeprecatedException une fois appelée.
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.