_CommandBarActiveX.accLocation, méthode (Int32%, Int32%, Int32%, Int32%, Object)
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%
La gauche.
- pyTop
Type : System.Int32%
Le haut.
- pcxWidth
Type : System.Int32%
Largeur.
- pcyHeight
Type : System.Int32%
Hauteur.
- varChild
Type : System.Object
Enfant.
Implémentations
CommandBarControl.accLocation(Int32%, Int32%, Int32%, Int32%, Object)
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.