ErrorTag.ToolTipContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the content to use when displaying a tooltip for this error. This property may be null.
public:
property System::Object ^ ToolTipContent { System::Object ^ get(); };
public:
property Platform::Object ^ ToolTipContent { Platform::Object ^ get(); };
public object ToolTipContent { get; }
member this.ToolTipContent : obj
Public ReadOnly Property ToolTipContent As Object
Property Value
The content to use when displaying a tooltip for this error.
Remarks
This property may be null
.