Condividi tramite


Metodo IVsDropdownBar2.GetComboEnabled

Gets the current enabled status of a dropdown bar.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (in Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Sintassi

'Dichiarazione
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

Parametri

  • iCombo
    Tipo: Int32

    The combo box.

  • pbEnabled
    Tipo: Int32%

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

Valore restituito

Tipo: Int32
The HRESULT.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDropdownBar2 Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop