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
)

参数

备注

设置新新值并调用 textView的 UpdateTipWindow 。在调用后 IsActive 返回 TRUE。

.NET Framework 安全性

请参见

参考

TextTipData 类

Microsoft.VisualStudio.Package 命名空间