Automation.UI.Tree.QueryParts.QueryConditionPart.Name C# (CSharp) Méthode

Name() public méthode

Search using the name property.
public Name ( ) : QueryMatcherPart
Résultat QueryMatcherPart
        public QueryMatcherPart Name()
        {
            return Property(AutomationElement.NameProperty);
        }