Automation.UI.Tree.QueryParts.QueryConditionPart.Property C# (CSharp) 메소드

Property() 공개 메소드

Search using an arbitrary property.
public Property ( AutomationProperty property ) : QueryMatcherPart
property System.Windows.Automation.AutomationProperty The property to match.
리턴 QueryMatcherPart
        public QueryMatcherPart Property(AutomationProperty property)
        {
            return new QueryMatcherPart(property, this);
        }