MethodData.Refresh 方法
显示与特定方法签名的方法提示。
命名空间: Microsoft.VisualStudio.Package
程序集: Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.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.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
语法
声明
Public Sub Refresh ( _
textView As IVsTextView, _
methods As Methods, _
currentParameter As Integer, _
context As TextSpan _
)
public void Refresh(
IVsTextView textView,
Methods methods,
int currentParameter,
TextSpan context
)
参数
- textView
类型:Microsoft.VisualStudio.TextManager.Interop.IVsTextView
[in] 表示公开方法提示视图的 IVsTextView 对象。
- methods
类型:Microsoft.VisualStudio.Package.Methods
[in] 表示方法签名的 Methods 对象将显示。
- currentParameter
类型:System.Int32
[in] 最初会显示的参数。将此到 -1 在第一个参数之前开始。分析到目前为止的内容通常依赖于此值用户键入的自以来的参数列表。
- context
类型:Microsoft.VisualStudio.TextManager.Interop.TextSpan
[in] 指定初始大小的 TextSpan 对象包含已键入的方法名称。
备注
此方法用于初始化并显示该方法提示。所有上述内容立即替换。
此方法通常会调用它,而 MethodTip 分析导致返回 MethodTip 触发器,而调用由 Source 类的 MethodTip 方法间接通常调用 (此方法的调用传递给分析程序。 MethodTip 方法的处理程序实际执行。
此方法缓存 IVsTextView、 Methods和 TextSpan 对象。然后为内部参数索引到指定的参数索引并调用带有递增的 AdjustCurrentParameter 方法 0 更新工具提示显示。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。