Automation.UI.Tree.QueryParts.QueryConditionPart.ProcessId C# (CSharp) Méthode

ProcessId() public méthode

Search using the process id property.
public ProcessId ( ) : QueryMatcherPart
Résultat QueryMatcherPart
        public QueryMatcherPart ProcessId()
        {
            return Property(AutomationElement.ProcessIdProperty);
        }