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

Name() 공개 메소드

Search using the name property.
public Name ( ) : QueryMatcherPart
리턴 QueryMatcherPart
        public QueryMatcherPart Name()
        {
            return Property(AutomationElement.NameProperty);
        }