Partilhar via


Método TextTipData.Update

Adiciona os dados fornecidos a esta dica de texto.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService (em Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (em Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (em Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (em Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Comentários

Define novas chamadas e os novos valores UpdateTipWindow na textView.Depois de chamar o IsActive retorna TRUE.

Segurança do .NET Framework

Consulte também

Referência

TextTipData Classe

Namespace Microsoft.VisualStudio.Package