Condividi tramite


Metodo IVsDropdownBar.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
Function SetCurrentSelection ( _
    iCombo As Integer, _
    iNewSelection As Integer _
) As Integer
int SetCurrentSelection(
    int iCombo,
    int iNewSelection
)
int SetCurrentSelection(
    [InAttribute] int iCombo, 
    [InAttribute] int iNewSelection
)
abstract SetCurrentSelection : 
        iCombo:int * 
        iNewSelection:int -> int
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
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsDropdownBar::SetCurrentSelection(
   [in] long iCombo,
   [in] long iNewSelection
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDropdownBar Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop