Partager via


CommandBarComboBoxClass.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
Public Overridable 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 _
)
public virtual void accLocation(
    out int pxLeft,
    out int pyTop,
    out int pcxWidth,
    out int pcyHeight,
    Object varChild
)

Paramètres

Implémentations

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

CommandBarComboBoxClass Classe

Microsoft.VisualStudio.CommandBars, espace de noms