C# 클래스 UIAutomation.UiEltCollection

상속: IUiEltCollection
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
AddElement ( IUiElement element ) : void
CopyTo ( Array array, int index ) : void
CopyTo ( IUiElement array, int index ) : void
Dispose ( ) : void
GetEnumerator ( ) : IEnumerator
UiEltCollection ( IEnumerable elements ) : System
UiEltCollection ( IUiEltCollection elements ) : System
UiEltCollection ( UIANET::System.Windows.Automation elements ) : System
this ( int index ) : IUiElement
this ( string infoString ) : IUiEltCollection

비공개 메소드들

메소드 설명
UiEltCollection ( bool fake ) : System

메소드 상세

AddElement() 공개 메소드

public AddElement ( IUiElement element ) : void
element IUiElement
리턴 void

CopyTo() 공개 메소드

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

CopyTo() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

UiEltCollection() 공개 메소드

public UiEltCollection ( IEnumerable elements ) : System
elements IEnumerable
리턴 System

UiEltCollection() 공개 메소드

public UiEltCollection ( IUiEltCollection elements ) : System
elements IUiEltCollection
리턴 System

UiEltCollection() 공개 메소드

public UiEltCollection ( UIANET::System.Windows.Automation elements ) : System
elements UIANET::System.Windows.Automation
리턴 System

this() 공개 메소드

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

this() 공개 메소드

public this ( string infoString ) : IUiEltCollection
infoString string
리턴 IUiEltCollection