ViewCollection
Contents
[
Hide
]ViewCollection class
Contains a list of View objects. Implements ICollection< View > interface.
Methods
| Name | Description |
|---|---|
| Add | Adds the specified item to this collection. |
| Clear | Removes all items from this collection. |
| Contains | Returns true if the specified item is found in this collection; otherwise, false. |
| CopyTo | Copies the elements of this collection to the specified array, starting at the specified array index. |
| get_Count | Gets the number of elements contained in this collection. |
| get_IsReadOnly | Gets a value indicating whether this collection is read-only; otherwise, false. |
| get_ParentProject | Gets the parent of the View object. Read-only Project . |
| GetByName | Searches for a View with the name, and returns the first occurrence within the collection. |
| GetByViewScreen | Searches for a View with the specified Screen property, and returns the first occurrence within the collection. |
| GetEnumerator | Returns an enumerator for this collection. |
| Remove | Removes the first occurrence of a specific object from this collection. |
| ToList | Converts a view collection to a list of View objects. |