C# 클래스 System.Windows.Automation.AutomationElementCollection
파일 보기
프로젝트 열기: apetrovskiy/STUPS
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
CopyTo ( Array array, int index ) : void |
|
|
CopyTo ( AutomationElement array, int index ) : void |
|
|
GetEnumerator ( ) : IEnumerator |
|
|
this ( int index ) : AutomationElement |
|
|
비공개 메소드들
메소드 상세
public CopyTo ( Array array, int index ) : void |
array |
System.Array |
|
index |
int |
|
리턴 |
void |
|
public CopyTo ( AutomationElement array, int index ) : void |
array |
AutomationElement |
|
index |
int |
|
리턴 |
void |
|
public this ( int index ) : AutomationElement |
index |
int |
|
리턴 |
AutomationElement |
|