DocumentTask::GetTipText Method (IVsTextMarker^, array<String^>^)
Visual Studio 2015
Gets the tip text for the text marker that is displayed when the mouse hovers over the marker.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- marker
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextMarker^
The marker for which to get the text.
- tipText
-
Type:
array<System::String^>^
The text to display.
This method sets tipText to the text of this task. It is an implementation of GetTipText.
Show: