C# 클래스 System.Windows.Automation.AutomationElementCollection

상속: ICollection, IEnumerable
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 메소드들

메소드 설명
CopyTo ( Array array, int index ) : void
CopyTo ( AutomationElement array, int index ) : void
GetEnumerator ( ) : IEnumerator
this ( int index ) : AutomationElement

비공개 메소드들

메소드 설명
AutomationElementCollection ( UIAutomationClient obj ) : System
Wrap ( UIAutomationClient obj ) : AutomationElementCollection

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

CopyTo() 공개 메소드

public CopyTo ( AutomationElement array, int index ) : void
array AutomationElement
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

this() 공개 메소드

public this ( int index ) : AutomationElement
index int
리턴 AutomationElement