ResourceCollection
Contents
[
Hide
]ResourceCollection class
Represents a collection of Resource objects.
Methods
| Name | Description |
|---|---|
| Add (3 overloads) | Adds new resource at the last position of a project resources collection. |
| Clear | Direct clearing is not supported, this method just throw NotSupportedException. |
| get_Count | Gets the number of elements contained in the ResourceCollection . |
| get_ParentProject | Gets the parent project of the ResourceCollection object. |
| GetById | Returns a resource with the specified id. |
| GetByUid | Returns a resource with the specified Uid. |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Returns the element at the specified index. |
| idx_set | Returns the element at the specified index. |
| Remove | This is the stub implementation of ICollection’s Remove method, that only throws NotSupportedException |
| ToList | Converts the ResourceCollection object to a list of Resource objects. |