ErrorTag.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)

Syntax

'Declaration
Public Property ToolTipContent As Object
public Object ToolTipContent { get; private set; }
public:
virtual property Object^ ToolTipContent {
    Object^ get () sealed;
    private: void set (Object^ value) sealed;
}
abstract ToolTipContent : Object with get, private set
override ToolTipContent : Object with get, private set
final function get ToolTipContent () : Object
private final function set ToolTipContent (value : Object)

Property Value

Type: System.Object
The content to use when displaying a tooltip for this error.

Implements

IErrorTag.ToolTipContent

Remarks

This property may be nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ErrorTag Class

Microsoft.VisualStudio.Text.Tagging Namespace