XamlControl.HelpText Property

Gets the help text associated with the control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property HelpText As String
public virtual string HelpText { get; }
public:
virtual property String^ HelpText {
    String^ get ();
}
abstract HelpText : string with get 
override HelpText : string with get
function get HelpText () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

XamlControl Class

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace