Source.MethodTip 方法

,以便在输入,显示方法签名的 IntelliSense 方法提示。

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

语法

声明
Public Overridable Sub MethodTip ( _
    textView As IVsTextView, _
    line As Integer, _
    index As Integer, _
    info As TokenInfo _
)
public virtual void MethodTip(
    IVsTextView textView,
    int line,
    int index,
    TokenInfo info
)

参数

  • line
    类型:System.Int32
    行号用户输入文本的位置。
  • index
    类型:System.Int32
    偏移量用户输入文本的行中。

备注

此方法公开方法提示并在基于到目前为止的内容的该提示的文本用户键入的。

该基方法在一个原因的 MethodTip特定位置执行一分析。与方法名的重载方法列表从分析后,并且在工具提示中将显示通过调用 Refresh 方法。如果出现任何错误,工具提示会立即关闭。

请参见 IntelliSense 参数信息 (托管包结构) 有关如何的详细信息 IntelliSense 方法提示功能可以在语言服务中支持。

.NET Framework 安全性

请参见

参考

Source 类

Microsoft.VisualStudio.Package 命名空间

其他资源

IntelliSense 参数信息 (托管包结构)