The GraphicChildren type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(IGraphicParentChild) | Adds the given item to the end of this collection, with the specified key. | |
| Add(IGraphicParentChild, String) | Inserts the given item at the specified index, with the specified key. | |
| AddRange | Adds the elements of the specified collection to the end of the collection. | |
| Clear | Remove all items from this collection. | |
| Contains(KeyValuePair String, IGraphicParentChild ) | Determines whether this dictionary contains the specified key. | |
| Contains(IGraphicParentChild) | Determine whether an item is in this collection. | |
| ContainsKey | Determines whether this dictionary contains the specified key. | |
| CopyTo( KeyValuePair String, IGraphicParentChild , Int32) | ||
| CopyTo( IGraphicParentChild , Int32) |
Copies all the elements of the collection to the specified one-dimensional array
starting at the specified destination array index. The index is specified as a 32-bit integer.
| |
| Equals | Compares the equality of this object with another. (Overrides ChangedEventShareableBase Equals(Object).) | |
| GetEnumerator |
Returns an IEnumerator for the collection.
| |
| GetHashCode | Returns the hash code of this object. (Overrides ChangedEventShareableBase GetHashCode .) | |
| GetItem | Get the item at the specified index. | |
| GetItemByKey | Get the item at the specified index. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| IndexOf | Find the first item in this collection that matches the supplied item, and return its index. | |
| IndexOfKey | Gets the index of the item with the specified key. If the key cannot be found -1 is returned. | |
| Insert(Int32, IGraphicParentChild) | Inserts the given item at the specified index, with the specified key. | |
| Insert(Int32, IGraphicParentChild, String) | Add an item to the end of this collection. | |
| Key | Get the key at the specified index. | |
| Move | Move the selected item to a new index in this collection. | |
| Remove | Remove the item with the specified key from this dictionary. | |
| RemoveAt | Remove the item at the specified index. | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| setItem(Int32, IGraphicParentChild) | Replace the element at the specified index. | |
| setItem(String, IGraphicParentChild) | Replace the element with the specified key. If the key is not a member of this dictionary, insert the key/value pair. | |
| SetKey | Sets the key of the item at the specified index. | |
| SuspendChangedEvent | Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. | |
| ToString | Returns a human readable string that represents the object. | |
| TryGetByIndex | Get the key and value associated with the specified index. | |
| TryGetValue | Get the item associated with the specified key. |