LocationCollection Class

Bing
 

Contains a collection of Location items.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)


<TypeConverterAttribute(GetType(LocationCollectionConverter))>
Public Class LocationCollection
	Inherits ObservableCollection(Of Location)

NameDescription
System_CAPS_pubmethodLocationCollection()

Initializes a new instance of the LocationCollection class.

NameDescription
System_CAPS_pubpropertyCount

(Inherited from Collection(Of T).)

System_CAPS_pubpropertyItem(Int32)

(Inherited from Collection(Of T).)

System_CAPS_protpropertyItems

(Inherited from Collection(Of T).)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: