LanguageService.CreateDropDownHelper 方法
实例化 TypeAndMemberDropdownBars 类。
命名空间: Microsoft.VisualStudio.Package
程序集: Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
语法
声明
Public Overridable Function CreateDropDownHelper ( _
forView As IVsTextView _
) As TypeAndMemberDropdownBars
public virtual TypeAndMemberDropdownBars CreateDropDownHelper(
IVsTextView forView
)
参数
- forView
类型:Microsoft.VisualStudio.TextManager.Interop.IVsTextView
[in] 表示文本视图的 IVsTextView 接收 导航栏。
返回值
类型:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars
如果成功,则返回 TypeAndMemberDropdownBars 对象;否则,返回空值。
备注
每个文本视图可以具有组合框对 (实现了调用 导航 栏) 基于插入符号 (编辑) 光标的当前位置和成员的一个显示类型。这些组合框以快速导航还使用:选择项从列表中跳转到源代码一样对该项目。如果语言服务支持此功能,必须从 TypeAndMemberDropdownBars 派生类并从此方法返回类的实例化。
该基方法始终返回 null 值,指示不应使用导航栏。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。