Partager via


IVsDropdownBar2.GetComboEnabled, méthode

Gets the current enabled status of a dropdown bar.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (dans Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Syntaxe

'Déclaration
Function GetComboEnabled ( _
    iCombo As Integer, _
    <OutAttribute> ByRef pbEnabled As Integer _
) As Integer
int GetComboEnabled(
    int iCombo,
    out int pbEnabled
)
int GetComboEnabled(
    [InAttribute] int iCombo, 
    [OutAttribute] int% pbEnabled
)
abstract GetComboEnabled : 
        iCombo:int * 
        pbEnabled:int byref -> int
function GetComboEnabled(
    iCombo : int, 
    pbEnabled : int
) : int

Paramètres

  • iCombo
    Type : Int32

    The combo box.

  • pbEnabled
    Type : Int32%

    [out] true if the dropdown bar is enabled, otherwise false.

Valeur de retour

Type : Int32
The HRESULT.

Sécurité .NET Framework

Voir aussi

Référence

IVsDropdownBar2 Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms