Automation.UI.Tree.QueryParts.QueryConditionPart.ProcessId C# (CSharp) Метод

ProcessId() публичный Метод

Search using the process id property.
public ProcessId ( ) : QueryMatcherPart
Результат QueryMatcherPart
        public QueryMatcherPart ProcessId()
        {
            return Property(AutomationElement.ProcessIdProperty);
        }