TypeAndMemberDropdownBars.OnComboGetFocus 方法

调用时,组合框获得焦点。

命名空间:  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 OnComboGetFocus ( _
    combo As Integer _
) As Integer
public virtual int OnComboGetFocus(
    int combo
)

参数

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

返回值

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

实现

IVsDropdownBarClient.OnComboGetFocus(Int32)

备注

重写此方法,如果需要执行特定的任何内容,在特定组合框获得焦点时。

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

该基方法不执行任何操作并始终返回 S_OK

.NET Framework 安全性

请参见

参考

TypeAndMemberDropdownBars 类

Microsoft.VisualStudio.Package 命名空间