Partager via


CommandBarControl.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

Implémentations

_IVsMsoOleAccDispObj.accLocation(Int32%, Int32%, Int32%, Int32%, Object)

Remarques

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

Sécurité .NET Framework

Voir aussi

Référence

CommandBarControl Interface

accLocation, surcharge

Microsoft.VisualStudio.CommandBars, espace de noms