C# 클래스 UIAutomation.ExtensionMethodsCollection

Description of ExtensionMethodsCollection.
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
GetElementsByWildcard ( this collection, string name, string automationId, string className, string txtValue, bool caseSensitive ) : IEnumerable
ToArray ( this collection ) : IUiElement[]

비공개 메소드들

메소드 설명
GetFilteredElementsCollection ( this elementCollection ) : List

메소드 상세

GetElementsByWildcard() 공개 정적인 메소드

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
리턴 IEnumerable

ToArray() 공개 정적인 메소드

public static ToArray ( this collection ) : IUiElement[]
collection this
리턴 IUiElement[]