Trace.Tooltip Property
Applies To: Windows 8.1
The tool tip of the Trace.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Trace
Dim value As String
value = instance.Tooltip
instance.Tooltip = value
Syntax
'Declaration
Public Property Tooltip As String
public string Tooltip { get; set; }
public:
property String^ Tooltip {
String^ get ();
void set (String^ tooltip);
}
/** @property */
public String get_Tooltip ()
/** @property */
public void set_Tooltip (String tooltip)
public function get Tooltip () : String
public function set Tooltip (tooltip : String)
Property Value
Returns String.
Remarks
The tool tip is the value of element Trace/Description/ToolTip.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 8.1
See Also
Reference
Trace Class
Trace Members
Microsoft.Assessments.Runtime Namespace