Automation.UI.Tree.QueryParts.QueryConditionPart.Type C# (CSharp) Method

Type() public method

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