C# Class UIAutomation.UiEltCollection

Inheritance: IUiEltCollection
Mostra file Open project: apetrovskiy/STUPS

Public Methods

Method Description
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

Private Methods

Method Description
UiEltCollection ( bool fake ) : System

Method Details

AddElement() public method

public AddElement ( IUiElement element ) : void
element IUiElement
return void

CopyTo() public method

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

CopyTo() public method

public CopyTo ( IUiElement array, int index ) : void
array IUiElement
index int
return void

Dispose() public method

public Dispose ( ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

UiEltCollection() public method

public UiEltCollection ( IEnumerable elements ) : System
elements IEnumerable
return System

UiEltCollection() public method

public UiEltCollection ( IUiEltCollection elements ) : System
elements IUiEltCollection
return System

UiEltCollection() public method

public UiEltCollection ( UIANET::System.Windows.Automation elements ) : System
elements UIANET::System.Windows.Automation
return System

this() public method

public this ( int index ) : IUiElement
index int
return IUiElement

this() public method

public this ( string infoString ) : IUiEltCollection
infoString string
return IUiEltCollection