IMovable Interface Members
In This Topic
The following tables list the members exposed by IMovable.
Public Properties
| Name | Description |
| Count | Gets the number of items. |
Top
Public Methods
| Name | Description |
| Add | Adds items at the specified location. |
| Clear | Removes all of the items from the specified location. |
| Copy | Copies items from one specified location to another. |
| Move | Moves items from one specified location to another. |
| Remove | Removes items from the specified location. |
| Swap | Swaps items from one specified location to another. |
Top
See Also