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);
        }