Method | Description | |
---|---|---|
AddElement ( IUiElement element ) : void | ||
CopyTo ( |
||
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 |
Method | Description | |
---|---|---|
UiEltCollection ( bool fake ) : System |
public AddElement ( IUiElement element ) : void | ||
element | IUiElement | |
return | void |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public CopyTo ( IUiElement array, int index ) : void | ||
array | IUiElement | |
index | int | |
return | void |
public UiEltCollection ( IEnumerable elements ) : System | ||
elements | IEnumerable | |
return | System |
public UiEltCollection ( IUiEltCollection elements ) : System | ||
elements | IUiEltCollection | |
return | System |
public UiEltCollection ( UIANET::System.Windows.Automation elements ) : System | ||
elements | UIANET::System.Windows.Automation | |
return | System |
public this ( string infoString ) : IUiEltCollection | ||
infoString | string | |
return | IUiEltCollection |