IAccessible.accLocation(Int32, Int32, Int32, Int32, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L'interface IAccessible et tous ses membres exposés font partie d'un wrapper managé pour l'interface IAccessible
du modèle COM (Component Object Model).
public void accLocation (out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object varChild);
abstract member accLocation : int * int * int * int * obj -> unit
Public Sub accLocation (ByRef pxLeft As Integer, ByRef pyTop As Integer, ByRef pcxWidth As Integer, ByRef pcyHeight As Integer, Optional varChild As Object)
Paramètres
- pxLeft
- Int32
Ce paramètre est exclusivement destiné à un usage interne.
- pyTop
- Int32
Ce paramètre est exclusivement destiné à un usage interne.
- pcxWidth
- Int32
Ce paramètre est exclusivement destiné à un usage interne.
- pcyHeight
- Int32
Ce paramètre est exclusivement destiné à un usage interne.
- varChild
- Object
Ce paramètre est exclusivement destiné à un usage interne.
Remarques
Pour plus d’informations sur accLocation, consultez IAccessible ::accLocation.