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

Type() public méthode

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