Поделиться через


VsDropdownBarClass.GetCurrentSelection - метод

Возвращает запись, которая в данный момент установлен в заданном сочетании.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
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

Параметры

  • iCombo
    Тип: Int32

    [in] сочетание раскрывающемся списке линии или окна.

  • piCurSel
    Тип: Int32%

    [out] выделенный элемент.

Возвращаемое значение

Тип: Int32

Реализации

IVsDropdownBar.GetCurrentSelection(Int32, Int32%)

Безопасность платформы .NET Framework

См. также

Ссылки

VsDropdownBarClass Класс

Microsoft.VisualStudio.TextManager.Interop - пространство имен