TypeAndMemberDropdownBars::OnItemSelected Method (Int32, Int32)
Visual Studio 2015
Called when an entry is highlighted in one of the combo boxes.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- combo
-
Type:
System::Int32
[in] The ID of the combo box (0 for the types combo box, 1 for the members combo box).
- index
-
Type:
System::Int32
[in] The index of the entry that was highlighted.
This method is called when an entry is highlighted in a combo box. When the item is clicked on or otherwise chosen, The OnItemChosen method is called.
This method is an implementation of the OnItemSelected method on the IVsDropdownBarClient method.
The base method does nothing and always returns a success code of S_OK.
Show: