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);
        }