WPFPatternWPFControlAutomationId Property |
The AutomationProperties.AutomationId attached property (the UI Automation identifier) of the sought-for object as it is specified in the application code.
Namespace:
SmartBear.TestLeft.TestObjects.WPF
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string WPFControlAutomationId { get; set; }
Public Property WPFControlAutomationId As String
Get
Set
Dim instance As WPFPattern
Dim value As String
value = instance.WPFControlAutomationId
instance.WPFControlAutomationId = value
public:
property String^ WPFControlAutomationId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also