IVsDropdownBar2.GetComboEnabled, méthode
Gets the current enabled status of a dropdown bar.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (dans Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)
Syntaxe
'Déclaration
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
Paramètres
iCombo
Type : Int32The combo box.
pbEnabled
Type : Int32%[out] true if the dropdown bar is enabled, otherwise false.
Valeur de retour
Type : Int32
The HRESULT.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.