Partager via


VsDropdownBarClass.GetCurrentSelection, méthode

Retourne l'entrée qui est actuellement sélectionnée dans une combinaison donnée.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • iCombo
    Type : Int32

    [in] la combinaison déroulante de barre/fenêtre.

  • piCurSel
    Type : Int32%

    [] actuellement sélectionné.

Valeur de retour

Type : Int32

Implémentations

IVsDropdownBar.GetCurrentSelection(Int32, Int32%)

Sécurité .NET Framework

Voir aussi

Référence

VsDropdownBarClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms