The following tables list the members exposed by UiActionCollection.
| Name | Description | |
|---|---|---|
![]() | UiActionCollection Constructor |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements actually contained in the System.Collections.ObjectModel.Collection`1. (Inherited from System.Collections.ObjectModel.Collection<UiAction>) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<UiAction>) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an object to the end of the System.Collections.ObjectModel.Collection`1. (Inherited from System.Collections.ObjectModel.Collection<UiAction>) |
![]() | Clear | Removes all elements from the System.Collections.ObjectModel.Collection`1. (Inherited from System.Collections.ObjectModel.Collection<UiAction>) |
![]() | Contains | Determines whether an element is in the System.Collections.ObjectModel.Collection`1. (Inherited from System.Collections.ObjectModel.Collection<UiAction>) |
![]() | CopyTo | Copies the entire System.Collections.ObjectModel.Collection`1 to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<UiAction>) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection`1. (Inherited from System.Collections.ObjectModel.Collection<UiAction>) |
![]() | Insert | Inserts an element into the System.Collections.ObjectModel.Collection`1 at the specified index. (Inherited from System.Collections.ObjectModel.Collection<UiAction>) |
![]() | Remove | Removes the first occurrence of a specific object from the System.Collections.ObjectModel.Collection`1. (Inherited from System.Collections.ObjectModel.Collection<UiAction>) |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.ObjectModel.Collection`1. (Inherited from System.Collections.ObjectModel.Collection<UiAction>) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Occurs when an item in the collection changes, or the entire collection changes. (Inherited from System.Collections.ObjectModel.ObservableCollection<UiAction>) |



