ItemControl.AutomationId Property
Get/Set the automation Id
Namespace: Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property AutomationId As String
public string AutomationId { get; set; }
public:
property String^ AutomationId {
String^ get ();
void set (String^ value);
}
member AutomationId : string with get, set
function get AutomationId () : String
function set AutomationId (value : String)
Property Value
Type: System.String
Returns String.
.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.TeamFoundation.Controls.WPF.TeamExplorer Namespace