TypeAndMemberDropdownBars.OnItemChosen 方法

调用,在将项从指定的组合框中选择。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)

语法

声明
Public Overridable Function OnItemChosen ( _
    combo As Integer, _
    entry As Integer _
) As Integer
public virtual int OnItemChosen(
    int combo,
    int entry
)

参数

  • combo
    类型:System.Int32
    [in] 组合框 (0 类型的组合框, 1 的 ID 成员组合框)。

返回值

类型:System.Int32
如果成功,则返回; S_OK否则,返回错误代码。

实现

IVsDropdownBarClient.OnItemChosen(Int32, Int32)

备注

,在选定的项时,即,在组合框时中的项,单击的用户调用此方法。 ,在中显示,但不一定单击时, OnItemSelected 方法调用。

此方法是 OnItemChosen 方法的实现。 IVsDropdownBarClient 接口的。

该基方法调用 GetMember 方法检索请求的项。 如果找到该项,大小从获取项,并 CenterLines 调用方法传递给内部方法 SynchronizeDropdowns 的 IVsTextView 对象 (参见中 TypeAndMemberDropdownBars 类的 “调用方的说明”一节有关此内部方法的详细信息)。 然后 SetCaretPos 调用方法 IVsTextView 对象,后跟 SetFocus 方案,并且,如果为内置方法 SynchronizeDropdowns 最后调用以确保组合框反映插入符号的新位置。 该基方法始终返回 S_OK成功代码。

.NET Framework 安全性

请参见

参考

TypeAndMemberDropdownBars 类

Microsoft.VisualStudio.Package 命名空间