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 COM (Component Object Model). IAccessible
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 destiné uniquement à une utilisation interne.
- pyTop
- Int32
Ce paramètre est destiné uniquement à une utilisation interne.
- pcxWidth
- Int32
Ce paramètre est destiné uniquement à une utilisation interne.
- pcyHeight
- Int32
Ce paramètre est destiné uniquement à une utilisation interne.
- varChild
- Object
Ce paramètre est destiné uniquement à une utilisation interne.
Remarques
Pour plus d’informations sur accLocation, consultez IAccessible ::accLocation.