Automation.UI.Tree.QueryParts.QueryConditionPart.Id C# (CSharp) Method

Id() public method

Search using the automation id property.
public Id ( ) : QueryMatcherPart
return QueryMatcherPart
        public QueryMatcherPart Id()
        {
            return Property(AutomationElement.AutomationIdProperty);
        }