C# Class UIAutomation.ExtensionMethodsCollection

Description of ExtensionMethodsCollection.
ファイルを表示 Open project: apetrovskiy/STUPS

Public Methods

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

Private Methods

Method Description
GetFilteredElementsCollection ( this elementCollection ) : List

Method Details

GetElementsByWildcard() public static method

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
return IEnumerable

ToArray() public static method

public static ToArray ( this collection ) : IUiElement[]
collection this
return IUiElement[]