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

QueryMatcherPart() 개인적인 메소드

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.
리턴 System.Windows.Automation
        internal QueryMatcherPart(AutomationProperty property, QueryConditionPart part)
            : base(part)
        {
            Property = property;
        }