Automation.UI.Tree.QueryParts.QueryMatcherPart.QueryMatcherPart C# (CSharp) Method

QueryMatcherPart() private method

New query matcher part.
private QueryMatcherPart ( AutomationProperty property, QueryConditionPart part ) : System.Windows.Automation
property System.Windows.Automation.AutomationProperty The property that will be matched.
part QueryConditionPart The condition part that is wrapping this.
return System.Windows.Automation
        internal QueryMatcherPart(AutomationProperty property, QueryConditionPart part)
            : base(part)
        {
            Property = property;
        }