Show / Hide Table of Contents

Class BookmarkCollection

A collection of bookmarks.

Inheritance
System.Object
RuntimeCollection<Bookmark>
RuntimeObservableCollection<Bookmark>
BookmarkCollection
Implements
IEnumerable<Bookmark>
ICollection<Bookmark>
IEnumerable
IList
ICollection
IReadOnlyList<Bookmark>
IReadOnlyCollection<Bookmark>
INotifyPropertyChanged
INotifyCollectionChanged
RuntimeObservableCollection<Bookmark>.ClearItems()
RuntimeObservableCollection<Bookmark>.RemoveItem(Int32)
RuntimeObservableCollection<Bookmark>.InsertItem(Int32, Bookmark)
RuntimeObservableCollection<Bookmark>.AddRange(IEnumerable<Bookmark>)
RuntimeObservableCollection<Bookmark>.SetItem(Int32, Bookmark)
RuntimeObservableCollection<Bookmark>.MoveItem(Int32, Int32)
RuntimeObservableCollection<Bookmark>.BlockReentrancy()
RuntimeObservableCollection<Bookmark>.CheckReentrancy()
RuntimeObservableCollection<Bookmark>.OnPropertyChanged(String)
RuntimeObservableCollection<Bookmark>.OnPropertyChanged(PropertyChangedEventArgs)
RuntimeObservableCollection<Bookmark>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
RuntimeObservableCollection<Bookmark>.PropertyChanged
RuntimeObservableCollection<Bookmark>.CollectionChanged
RuntimeCollection<Bookmark>.Item[Int32]
RuntimeCollection<Bookmark>.RemoveAt(Int32)
RuntimeCollection<Bookmark>.Insert(Int32, Bookmark)
RuntimeCollection<Bookmark>.Move(Int32, Int32)
RuntimeCollection<Bookmark>.IndexOf(Bookmark)
RuntimeCollection<Bookmark>.GetEnumerator()
RuntimeCollection<Bookmark>.IsReadOnly
RuntimeCollection<Bookmark>.Count
RuntimeCollection<Bookmark>.Add(Bookmark)
RuntimeCollection<Bookmark>.Clear()
RuntimeCollection<Bookmark>.Contains(Bookmark)
RuntimeCollection<Bookmark>.CopyTo(Bookmark[], Int32)
RuntimeCollection<Bookmark>.Remove(Bookmark)
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class BookmarkCollection : RuntimeObservableCollection<Bookmark>

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15

Relevant samples

Manage bookmarks: Access and create bookmarks on a map.
In This Article
Back to top Copyright © 2022 Esri.