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


IVsButtonBar.SetCurrentSelection - метод

Указывает, какая кнопка выбрана.

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

Синтаксис

'Декларация
Function SetCurrentSelection ( _
    iCurButton As Integer _
) As Integer
int SetCurrentSelection(
    int iCurButton
)
int SetCurrentSelection(
    [InAttribute] int iCurButton
)
abstract SetCurrentSelection : 
        iCurButton:int -> int
function SetCurrentSelection(
    iCurButton : int
) : int

Параметры

  • iCurButton
    Тип: Int32

    [in]

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

Тип: Int32
Если метод завершается успешно, возвращается S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

Модель COM подписи

Из textmgr.idl:

HRESULT IVsButtonBar::SetCurrentSelection(
   [in] long iCurButton
);

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

См. также

Ссылки

IVsButtonBar Интерфейс

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