The following tables list the members exposed by CommandUIItemCollection.
Name | Description | |
---|---|---|
![]() |
Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from System.Collections.CollectionBase) |
![]() |
Count | Gets the number of elements contained in the CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() |
Item | ![]() Gets or sets the CommandUIItem at the specified index within the collection. |
Name | Description | |
---|---|---|
![]() |
Add | Overloaded. ![]() |
![]() |
Clear | Removes all objects from the CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() |
Contains |
Checks for the specified CommandUIItem instance if it exists in the collection. |
![]() |
Dispose | ![]() Disposes of the current object. (Inherited from CommandElementCollection) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() |
IndexOf | Overloaded. ![]() |
![]() |
Insert | Overloaded. ![]() |
![]() |
Remove | Overloaded. ![]() |
![]() |
RemoveAt | Removes the element at the specified index of the CollectionBase instance. (Inherited from System.Collections.CollectionBase) |