LocationCollection Class
Contains a collection of Location items.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
Microsoft.Maps.MapControl.WPF.LocationCollection
Syntax
[TypeConverterAttribute(typeof(LocationCollectionConverter))]
public class LocationCollection : ObservableCollection<Location>
[TypeConverterAttribute((LocationCollectionConverter^::typeid))]
public ref class LocationCollection : ObservableCollection<Location^>
[<TypeConverterAttribute(typeof(LocationCollectionConverter))>]
type LocationCollection =
class
inherit ObservableCollection<Location>
end
<TypeConverterAttribute(GetType(LocationCollectionConverter))>
Public Class LocationCollection
Inherits ObservableCollection(Of Location)
Constructors
Name | Description | |
---|---|---|
LocationCollection() | Initializes a new instance of the LocationCollection class. |
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<T>.) |
|
Item[Int32] | (Inherited from Collection<T>.) |
|
Items | (Inherited from Collection<T>.) |
Methods
Events
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from ObservableCollection<T>.) |
|
PropertyChanged | (Inherited from ObservableCollection<T>.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
INotifyPropertyChanged.PropertyChanged | (Inherited from ObservableCollection<T>.) |
|
ICollection.CopyTo(Array, Int32) | (Inherited from Collection<T>.) |
|
IEnumerable.GetEnumerator() | (Inherited from Collection<T>.) |
|
IList.Add(Object) | (Inherited from Collection<T>.) |
|
IList.Contains(Object) | (Inherited from Collection<T>.) |
|
IList.IndexOf(Object) | (Inherited from Collection<T>.) |
|
IList.Insert(Int32, Object) | (Inherited from Collection<T>.) |
|
IList.Remove(Object) | (Inherited from Collection<T>.) |
|
ICollection<T>.IsReadOnly | (Inherited from Collection<T>.) |
|
ICollection.IsSynchronized | (Inherited from Collection<T>.) |
|
ICollection.SyncRoot | (Inherited from Collection<T>.) |
|
IList.IsFixedSize | (Inherited from Collection<T>.) |
|
IList.IsReadOnly | (Inherited from Collection<T>.) |
|
IList.Item[Int32] | (Inherited from Collection<T>.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Maps.MapControl.WPF Namespace
Return to top