[]
Represents a collection of AppearanceStyleInfos.
[ListBindable(false)]
public sealed class AppearanceStyleCollection : Collection<AppearanceStyleInfo>, IList<AppearanceStyleInfo>, ICollection<AppearanceStyleInfo>, IList, ICollection, IReadOnlyList<AppearanceStyleInfo>, IReadOnlyCollection<AppearanceStyleInfo>, IEnumerable<AppearanceStyleInfo>, IEnumerable
<ListBindable(False)>
Public NotInheritable Class AppearanceStyleCollection
Inherits Collection(Of AppearanceStyleInfo)
Implements IList(Of AppearanceStyleInfo), ICollection(Of AppearanceStyleInfo), IList, ICollection, IReadOnlyList(Of AppearanceStyleInfo), IReadOnlyCollection(Of AppearanceStyleInfo), IEnumerable(Of AppearanceStyleInfo), IEnumerable
Name | Description |
---|---|
AddRange(IEnumerable<AppearanceStyleInfo>) | Adds a set of AppearanceStyleInfos to the current AppearanceStyleCollection. |
ClearItems() | Removes all elements from the Collection<T>. |
InsertItem(int, AppearanceStyleInfo) | Inserts an element into the Collection<T> at the specified index. |
RemoveItem(int) | Removes the element at the specified index of the Collection<T>. |
SetItem(int, AppearanceStyleInfo) | Replaces the element at the specified index. |