TextTipData.Update, méthode
Ajoute les données fournies à ce conseil de texte.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- textValue
Type : System.String
Le texte de l'info-bulle.
- pos
Type : System.Int32
La position du conseil.
- len
Type : System.Int32
La longueur du conseil.
- textView
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView
L'UpdateTipWindow qui doit être mis à jour.
Remarques
Définit nouveau les nouvelles valeurs et appelle l'UpdateTipWindow sur textView.Après avoir appelé des retours TRUE d'IsActive.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.