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: Int32The 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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.