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

QueryScopePart() private method

New query scope part.
private QueryScopePart ( Query query ) : System.Windows.Automation
query Query The query that is being built.
return System.Windows.Automation
        internal QueryScopePart(Query query)
            : base(query)
        {
        }