IVsDropdownBar2.GetComboEnabled-Methode
Gets the current enabled status of a dropdown bar.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (in Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)
Syntax
'Declaration
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
Parameter
iCombo
Typ: Int32The combo box.
pbEnabled
Typ: Int32%[out] true if the dropdown bar is enabled, otherwise false.
Rückgabewert
Typ: Int32
The HRESULT.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.