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


IVsDropdownBar2.SetComboEnabled - метод

Enables or disables a dropdown bar.

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

Синтаксис

'Декларация
Function SetComboEnabled ( _
    iCombo As Integer, _
    bEnabled As Integer _
) As Integer
int SetComboEnabled(
    int iCombo,
    int bEnabled
)
int SetComboEnabled(
    [InAttribute] int iCombo, 
    [InAttribute] int bEnabled
)
abstract SetComboEnabled : 
        iCombo:int * 
        bEnabled:int -> int
function SetComboEnabled(
    iCombo : int, 
    bEnabled : int
) : int

Параметры

  • iCombo
    Тип: Int32

    The index of the combo box.

  • bEnabled
    Тип: Int32

    [out] true if enabled, otherwise false.

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

Тип: Int32
The HRESULT.

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

См. также

Ссылки

IVsDropdownBar2 Интерфейс

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