ExtendedAttributeDefinitionCollection

ExtendedAttributeDefinitionCollection class

Represents a collection of ExtendedAttributeDefinition objects.

Methods

NameDescription
AddAdds 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.
cbeginGets iterator pointing to the first const-qualified element (if any) of the collection.
cendGets iterator pointing right after the last const-qualified element (if any) of the collection.
ClearRemoves all items from this collection.
ContainsReturns true if the specified item is found in this collection; otherwise, false.
CopyToCopies 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_CountGets the number of elements contained in this collection.
get_IsReadOnlyGets a value indicating whether this collection is read-only.
get_ParentProjectGets a parent project for the ExtendedAttributeDefinitionCollection instance.
GetByIdReturns an extended attribute definition by id
GetEnumeratorReturns an enumerator for this collection.
idx_getReturns the element at the specified index.
idx_setSets the element at the specified index.
IndexOfDetermines the index of the specified item in this collection.
InsertInserts the specified item at the specified index.
RemoveRemoves the first occurrence of a specific object from this collection.
RemoveAtRemoves an item at the specified index.
ToListConverts this ExtendedAttributeDefinitionCollection object to a list containing instances of the ExtendedAttributeDefinition class.
virtualizeBeginConstIteratorGets iterator pointing to the first element (if any)of the const-qualified instance of the collection.
virtualizeBeginIteratorGets iterator pointing to the first element (if any) of the collection.
virtualizeEndConstIteratorGets iterator pointing right after the last element (if any)of the const-qualified instance of the collection.
virtualizeEndIteratorGets iterator pointing right after the last element (if any) of the collection.