TestCase.ToolTip Property
Applies To: Windows 8.1
The tool tip of the TestCase.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As TestCase
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 TestCase/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
TestCase Class
TestCase Members
Microsoft.Assessments.Runtime Namespace