LocationCollection Members

This documentation is no longer available on MSDN, however it is available as a CHM download.



Contains a collection of Location items.

The following tables list the members exposed by the LocationCollection type.

  Name Description
LocationCollection Initializes a new instance of the LocationCollection class.
Top

(see also Protected Properties)
 NameDescription
public propertyCount  (inherited from Collection)
public propertyItem  (inherited from Collection)
Top

  Name Description
protected property Items  (inherited from Collection)
Top

(see also Protected Methods)
 NameDescription
public methodAddAdds a Location to the location collection.
public methodClear  (inherited from Collection)
public methodContains  (inherited from Collection)
public methodCopyTo  (inherited from Collection)
public methodEquals  (inherited from Object)
public methodGetEnumerator  (inherited from Collection)
public methodGetHashCode  (inherited from Object)
public methodGetType  (inherited from Object)
public methodIndexOf  (inherited from Collection)
public methodInsert  (inherited from Collection)
public methodRemove  (inherited from Collection)
public methodRemoveAt  (inherited from Collection)
public methodToString  (inherited from Object)
Top

  Name Description
protected method ClearItems  Overridden. (inherited from Collection)
protected method Finalize  (inherited from Object)
protected method InsertItem  Overridden. (inherited from Collection)
protected method MemberwiseClone  (inherited from Object)
protected method OnCollectionChanged  (inherited from ObservableCollection)
protected method OnPropertyChanged  (inherited from ObservableCollection)
protected method RemoveItem  Overridden. (inherited from Collection)
protected method SetItem  Overridden. (inherited from Collection)
Top

(see also Protected Events)
 NameDescription
public eventCollectionChanged  (inherited from ObservableCollection)
Top

  Name Description
protected event PropertyChanged  (inherited from ObservableCollection)
Top

  Name Description
CopyTo  (inherited from Collection)
GetEnumerator  (inherited from Collection)
Add  (inherited from Collection)
Contains  (inherited from Collection)
IndexOf  (inherited from Collection)
Insert  (inherited from Collection)
Remove  (inherited from Collection)
IsReadOnly  (inherited from Collection)
IsSynchronized  (inherited from Collection)
SyncRoot  (inherited from Collection)
IsFixedSize  (inherited from Collection)
IsReadOnly  (inherited from Collection)
Item  (inherited from Collection)
PropertyChanged  (inherited from ObservableCollection)
Top
Show: