Поделиться через


IVsDropdownBar2.GetComboEnabled - метод

Gets the current enabled status of a dropdown bar.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (в Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Синтаксис

'Декларация
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

Параметры

  • iCombo
    Тип: Int32

    The combo box.

  • pbEnabled
    Тип: Int32%

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

Возвращаемое значение

Тип: Int32
The HRESULT.

Безопасность платформы .NET Framework

См. также

Ссылки

IVsDropdownBar2 Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен