Compartir a través de


IVsDropdownBar.SetCurrentSelection (Método)

Establece la selección actual de la combinación desplegable especificada

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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

Parámetros

  • iCombo
    Tipo: Int32

    [in] La combinación desplegable de la barra o ventana.

  • iNewSelection
    Tipo: Int32

    [in] nuevo elemento seleccionado.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsDropdownBar Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)