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
Тип: Int32The index of the combo box.
bEnabled
Тип: Int32[out] true if enabled, otherwise false.
Возвращаемое значение
Тип: Int32
The HRESULT.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.VisualStudio.TextManager.Interop - пространство имен