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

Property() public method

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