Class OverlayItemsCollection
Holds the items in an Overlay
Inheritance
System.Collections.ObjectModel.Collection <Object>
System.Collections.ObjectModel.ObservableCollection <Object>
OverlayItemsCollection
Implements
System.Collections.Generic.IReadOnlyList <Object>
System.Collections.Generic.IReadOnlyCollection <Object>
System.ComponentModel.INotifyPropertyChanged
System.Collections.ICollection
System.Collections.Generic.ICollection <Object>
System.Collections.Generic.IEnumerable <Object>
System.Collections.IEnumerable
System.Collections.ObjectModel.ObservableCollection<System.Object>.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<System.Object>.CollectionChanged
System.Collections.ObjectModel.ObservableCollection<System.Object>.PropertyChanged
System.Collections.ObjectModel.Collection<System.Object>.Add(System.Object)
System.Collections.ObjectModel.Collection<System.Object>.CopyTo(System.Object[], System.Int32)
System.Collections.ObjectModel.Collection<System.Object>.GetEnumerator()
System.Collections.ObjectModel.Collection<System.Object>.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<System.Object>.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.Object>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<System.Object>.Count
System.Collections.ObjectModel.Collection<System.Object>.Item[System.Int32]
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.Generic.ICollection<System.Object>.IsReadOnly
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WPF.dll
Syntax
public sealed class OverlayItemsCollection : ObservableCollection<object>, IList<object>, IReadOnlyList<object>, IReadOnlyCollection<object>, INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, ICollection<object>, IEnumerable<object>, IEnumerable
Properties
Name | Description |
---|---|
Is |
Gets a value indicating whether the OverlayItemsCollection is read-only. |
Methods
Name | Description |
---|---|
Clear |
Clears the collection. |
Insert |
Insert the item at the specified index. |
Move |
Move the item at the old index to the new index within the collection. |
Remove |
Remove the item at the specific index |
Set |
Set the item at the specified index |
Name | Description |
---|---|
ICollection<Object>.IsReadOnly | Gets a value indicating whether the ICollection is read-only. |
IList. |
Gets a value indicating whether the IList is read-only. |
See Also
Applies to
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |