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