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

Id() public méthode

Search using the automation id property.
public Id ( ) : QueryMatcherPart
Résultat QueryMatcherPart
        public QueryMatcherPart Id()
        {
            return Property(AutomationElement.AutomationIdProperty);
        }