ExtendedAttributeDefinitionCollection
Contents
[
Hide
]ExtendedAttributeDefinitionCollection class
Represents a collection of ExtendedAttributeDefinition objects.
Methods
| Name | Description |
|---|---|
| Add | Adds the specified item to this collection. |
| begin (2 overloads) | Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection. |
| cbegin | Gets iterator pointing to the first const-qualified element (if any) of the collection. |
| cend | Gets iterator pointing right after the last const-qualified element (if any) of the 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. |
| end (2 overloads) | Gets iterator pointing right after the last element (if any) of the const-qualified instance of the collection. |
| get_Count | Gets the number of elements contained in this collection. |
| get_IsReadOnly | Gets a value indicating whether this collection is read-only. |
| get_ParentProject | Gets a parent project for the ExtendedAttributeDefinitionCollection instance. |
| GetById | Returns an extended attribute definition by id |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Returns the element at the specified index. |
| idx_set | Sets the element at the specified index. |
| IndexOf | Determines the index of the specified item in this collection. |
| Insert | Inserts the specified item at the specified index. |
| Remove | Removes the first occurrence of a specific object from this collection. |
| RemoveAt | Removes an item at the specified index. |
| ToList | Converts this ExtendedAttributeDefinitionCollection object to a list containing instances of the ExtendedAttributeDefinition class. |
| virtualizeBeginConstIterator | Gets iterator pointing to the first element (if any)of the const-qualified instance of the collection. |
| virtualizeBeginIterator | Gets iterator pointing to the first element (if any) of the collection. |
| virtualizeEndConstIterator | Gets iterator pointing right after the last element (if any)of the const-qualified instance of the collection. |
| virtualizeEndIterator | Gets iterator pointing right after the last element (if any) of the collection. |