Automation.UI.Tree.QueryParts.QueryConditionPart.Type C# (CSharp) Метод

Type() публичный Метод

Search using the name property.
public Type ( ) : QueryMatcherPart
Результат QueryMatcherPart
        public QueryMatcherPart Type()
        {
            return Property(AutomationElement.ControlTypeProperty);
        }