Partager via


IAccessible.accLocation, méthode

Obtient l'emplacement du contrôle.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
Sub accLocation ( _
    <OutAttribute> ByRef pxLeft As Integer, _
    <OutAttribute> ByRef pyTop As Integer, _
    <OutAttribute> ByRef pcxWidth As Integer, _
    <OutAttribute> ByRef pcyHeight As Integer, _
    varChild As Object _
)
void accLocation(
    out int pxLeft,
    out int pyTop,
    out int pcxWidth,
    out int pcyHeight,
    Object varChild
)

Paramètres

Remarques

Cette méthode lève un DeprecatedException une fois appelée.

Sécurité .NET Framework

Voir aussi

Référence

IAccessible Interface

Microsoft.VisualStudio.CommandBars, espace de noms