ItemControl.AutomationHelpText Property

Get/Set the automation help text

Namespace:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property AutomationHelpText As String
public string AutomationHelpText { get; set; }
public:
property String^ AutomationHelpText {
    String^ get ();
    void set (String^ value);
}
member AutomationHelpText : string with get, set
function get AutomationHelpText () : String 
function set AutomationHelpText (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ItemControl Class

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace