SilverlightControl.HelpText Property
Gets the Help text for the control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HelpText As String
Get
public virtual string HelpText { get; }
public:
virtual property String^ HelpText {
String^ get ();
}
abstract HelpText : string
override HelpText : string
function get HelpText () : String
Property Value
Type: System.String
A String that contains the Help text for the control.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace