Diagnostic.ToolTip 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 tool tip displayed when the user hovers over the error in the error list.
public:
property System::String ^ ToolTip { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=13)]
public string? ToolTip { get; }
[<System.Runtime.Serialization.DataMember(Order=13)>]
member this.ToolTip : string
Public ReadOnly Property ToolTip As String
Property Value
- Attributes
Remarks
If null, the Message will be used as the tool tip.
If no tool tip should be displayed, use the SuppressEditorToolTip to prevent the tool tip from being generated.