DocumentTask::GetTipText Method (IVsTextMarker^, array<String^>^)

 

Gets the tip text for the text marker that is displayed when the mouse hovers over the marker.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int GetTipText(
	IVsTextMarker^ marker,
	array<String^>^ tipText
)

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.

Return Value

Type: System::Int32

The text of this task.

This method sets tipText to the text of this task. It is an implementation of GetTipText.

Return to top
Show: