Condividi tramite


Metodo VsDropdownBarClass.SetCurrentSelection

Imposta la selezione corrente nella combinazione a discesa specificata.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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

Parametri

  • iCombo
    Tipo: Int32

    [in] la barra a discesa/finestra combinata.

  • iNewSelection
    Tipo: Int32

    [in] nuovo elemento selezionato.

Valore restituito

Tipo: Int32

Implementa

IVsDropdownBar.SetCurrentSelection(Int32, Int32)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsDropdownBarClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop