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

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

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