Freigeben über


VsDropdownBarClass.GetCurrentSelection-Methode

Gibt den Eintrag zurück, die derzeit in einer gegebenen Kombination ausgewählt ist.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public Overridable Function GetCurrentSelection ( _
    iCombo As Integer, _
    <OutAttribute> ByRef piCurSel As Integer _
) As Integer
public virtual int GetCurrentSelection(
    int iCombo,
    out int piCurSel
)
public:
virtual int GetCurrentSelection(
    [InAttribute] int iCombo, 
    [OutAttribute] int% piCurSel
)
abstract GetCurrentSelection : 
        iCombo:int * 
        piCurSel:int byref -> int  
override GetCurrentSelection : 
        iCombo:int * 
        piCurSel:int byref -> int
public function GetCurrentSelection(
    iCombo : int, 
    piCurSel : int
) : int

Parameter

  • iCombo
    Typ: Int32

    [in] Die Dropdownliste Kombination der Leiste/Fenster.

  • piCurSel
    Typ: Int32%

    [out] Aktuell ausgewähltes Element.

Rückgabewert

Typ: Int32

Implementiert

IVsDropdownBar.GetCurrentSelection(Int32, Int32%)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsDropdownBarClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace