Automation.UI.Tree.QueryParts.QueryConditionPart.Id C# (CSharp) 메소드

Id() 공개 메소드

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