IErrorTag::ToolTipContent Property

 

Gets the content to use when displaying a tooltip for this error.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property Object^ ToolTipContent {
	Object^ get();
}

Property Value

Type: System::Object^

The content to use when displaying a tooltip for this error.

This property may be null.

Return to top
Show: