Compartir a través de


IVsDropdownBar2.GetComboEnabled (Método)

Gets the current enabled status of a dropdown bar.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (en Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Sintaxis

'Declaración
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

Parámetros

  • iCombo
    Tipo: Int32

    The combo box.

  • pbEnabled
    Tipo: Int32%

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

Valor devuelto

Tipo: Int32
The HRESULT.

Seguridad de .NET Framework

Vea también

Referencia

IVsDropdownBar2 Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)