TextTipData::Update Method (String^, Int32, Int32, IVsTextView^)
Visual Studio 2015
Adds the supplied data to this text tip.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- textValue
-
Type:
System::String^
The text of the tool tip.
- pos
-
Type:
System::Int32
The position of the tip.
- len
-
Type:
System::Int32
The length of the tip.
- textView
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextView^
The UpdateTipWindow that should be updated.
Sets new the new values and calls UpdateTipWindow on textView. After calling IsActive returns TRUE.
Show: