_IVsMsoOleAccDispObj.accLocation, méthode (Int32%, Int32%, Int32%, Int32%, Object)
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
- pxLeft
Type : System.Int32%
[] x gauche.
- pyTop
Type : System.Int32%
[] y de haut.
- pcxWidth
Type : System.Int32%
[] la largeur.
- pcyHeight
Type : System.Int32%
[] la hauteur.
- varChild
Type : System.Object
Enfant.
Implémentations
IAccessible.accLocation(Int32%, Int32%, Int32%, Int32%, Object)
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.