TextTipData.Update 方法
添加所提供的数据到此文本提示。
命名空间: Microsoft.VisualStudio.Package
程序集: 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 中)
Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
语法
声明
Public Sub Update ( _
textValue As String, _
pos As Integer, _
len As Integer, _
textView As IVsTextView _
)
public void Update(
string textValue,
int pos,
int len,
IVsTextView textView
)
参数
- textValue
类型:System.String
工具提示的文本。
- pos
类型:System.Int32
提示的位置。
- len
类型:System.Int32
提示的长度。
- textView
类型:Microsoft.VisualStudio.TextManager.Interop.IVsTextView
应更新的 UpdateTipWindow 。
备注
设置新新值并调用 textView的 UpdateTipWindow 。在调用后 IsActive 返回 TRUE。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。