IVsDropdownBar.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
Function GetCurrentSelection ( _
iCombo As Integer, _
<OutAttribute> ByRef piCurSel As Integer _
) As Integer
int GetCurrentSelection(
int iCombo,
out int piCurSel
)
int GetCurrentSelection(
[InAttribute] int iCombo,
[OutAttribute] int% piCurSel
)
abstract GetCurrentSelection :
iCombo:int *
piCurSel:int byref -> int
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
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.
Notes
Les déplacements de souris modifient la surbrillance mais pas la sélection.
Signature de COM
De textmgr.idl :
HRESULT IVsDropdownBar::GetCurrentSelection(
[in] long iCombo,
[out] long *piCurSel
);
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.