Метод | Описание | |
---|---|---|
Add ( |
Adds the specified expando to the expando collection
|
|
AddRange ( |
Adds an array of expando objects to the collection
|
|
Clear ( ) : void |
Removes all expandos from the collection
|
|
Contains ( |
Determines whether the specified control is a member of the collection
|
|
Contains ( |
Determines whether the specified expando is a member of the collection
|
|
ExpandoCollection ( |
Initializes a new instance of the TaskPane.ExpandoCollection class
|
|
IndexOf ( |
Retrieves the index of the specified expando in the expando collection
|
|
Move ( |
Moves the specified expando to the specified indexed location in the expando collection
|
|
MoveToBottom ( |
Moves the specified expando to the bottom of the expando collection
|
|
MoveToTop ( |
Moves the specified expando to the top of the expando collection
|
|
Remove ( |
Removes the specified expando from the expando collection
|
|
RemoveAt ( int index ) : void |
Removes an expando from the expando collection at the specified indexed location
|
|
this ( int index ) : |
The Expando located at the specified index location within the expando collection
|
public Add ( |
||
value | The Expando to add to the expando collection | |
Результат | void |
public AddRange ( |
||
expandos | An array of Expando objects to add /// to the collection | |
Результат | void |
public Contains ( |
||
control | The Control to locate in the collection | |
Результат | bool |
public Contains ( |
||
expando | The Expando to locate in the collection | |
Результат | bool |
public ExpandoCollection ( |
||
owner | A TaskPane representing the taskpane that owns /// the Expando collection | |
Результат | System |
public IndexOf ( |
||
expando | The Expando to locate in the collection | |
Результат | int |
public Move ( |
||
value | The expando to be moved | |
index | int | The indexed location in the expando collection /// that the specified expando will be moved to |
Результат | void |
public MoveToBottom ( |
||
value | The expando to be moved | |
Результат | void |
public MoveToTop ( |
||
value | The expando to be moved | |
Результат | void |
public Remove ( |
||
value | The Expando to remove from the /// TaskPane.ExpandoCollection | |
Результат | void |
public RemoveAt ( int index ) : void | ||
index | int | The index value of the Expando to /// remove |
Результат | void |
public this ( int index ) : |
||
index | int | The index of the expando to retrieve /// from the expando collection |
Результат |