System.Windows.Automation.AutomationElementCollection.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : AutomationElement
index int
Résultat AutomationElement
        public AutomationElement this[int index]
        {
            get
            {
                return AutomationElement.Wrap(this._obj.GetElement(index));
            }
        }