Freigeben über


VsDropdownBarClass.SetCurrentSelection-Methode

Legt die aktuelle Auswahl in der Dropdownliste angegebene Verbindung fest.

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

Syntax

'Declaration
Public Overridable Function SetCurrentSelection ( _
    iCombo As Integer, _
    iNewSelection As Integer _
) As Integer
public virtual int SetCurrentSelection(
    int iCombo,
    int iNewSelection
)
public:
virtual int SetCurrentSelection(
    [InAttribute] int iCombo, 
    [InAttribute] int iNewSelection
)
abstract SetCurrentSelection : 
        iCombo:int * 
        iNewSelection:int -> int  
override SetCurrentSelection : 
        iCombo:int * 
        iNewSelection:int -> int
public function SetCurrentSelection(
    iCombo : int, 
    iNewSelection : int
) : int

Parameter

  • iCombo
    Typ: Int32

    [in] Im Dropdownfeld Kombinationsfeld der Leiste/Fenster.

  • iNewSelection
    Typ: Int32

    [in] Ein neuer ausgewähltes Element.

Rückgabewert

Typ: Int32

Implementiert

IVsDropdownBar.SetCurrentSelection(Int32, Int32)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsDropdownBarClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace