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
Remarks
This property may be nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.