C# Class UIAutomation.ExtensionMethodsCollection

Description of ExtensionMethodsCollection.
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
GetElementsByWildcard ( this collection, string name, string automationId, string className, string txtValue, bool caseSensitive ) : IEnumerable
ToArray ( this collection ) : IUiElement[]

Private Methods

Méthode Description
GetFilteredElementsCollection ( this elementCollection ) : List

Method Details

GetElementsByWildcard() public static méthode

public static GetElementsByWildcard ( this collection, string name, string automationId, string className, string txtValue, bool caseSensitive ) : IEnumerable
collection this
name string
automationId string
className string
txtValue string
caseSensitive bool
Résultat IEnumerable

ToArray() public static méthode

public static ToArray ( this collection ) : IUiElement[]
collection this
Résultat IUiElement[]