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