MapLayer 类
继承层次结构
System.Object
System.Collections.ObjectModel.Collection<MapOverlay>
System.Collections.ObjectModel.ObservableCollection<MapOverlay>
Microsoft.Phone.Maps.Controls.MapLayer
命名空间: Microsoft.Phone.Maps.Controls
程序集: Microsoft.Phone.Maps(在 Microsoft.Phone.Maps.dll 中)
语法
声明
Public NotInheritable Class MapLayer _
Inherits ObservableCollection(Of MapOverlay)
public sealed class MapLayer : ObservableCollection<MapOverlay>
public ref class MapLayer sealed : public ObservableCollection<MapOverlay^>
[<Sealed>]
type MapLayer =
class
inherit ObservableCollection<MapOverlay>
end
MapLayer 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
MapLayer |
页首
属性
名称 | 说明 | |
---|---|---|
Count | 获取 Collection<T> 中实际包含的元素数。 (继承自 Collection<T>。) | |
Item | 获取或设置位于指定索引处的元素。 (继承自 Collection<T>。) |
页首
方法
名称 | 说明 | |
---|---|---|
Add | 将对象添加到 Collection<T> 的结尾处。 (继承自 Collection<T>。) | |
Clear | 从 Collection<T> 中移除所有元素。 (继承自 Collection<T>。) | |
Contains | 确定某元素是否在 Collection<T> 中。 (继承自 Collection<T>。) | |
CopyTo | 从目标数组的指定索引处开始将整个 Collection<T> 复制到兼容的一维 Array。 (继承自 Collection<T>。) | |
Equals(Object) | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
GetEnumerator | 返回循环访问 Collection<T> 的枚举数。 (继承自 Collection<T>。) | |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
IndexOf | 搜索指定的对象,并返回整个 Collection<T> 中第一个匹配项的从零开始的索引。 (继承自 Collection<T>。) | |
Insert | 将元素插入 Collection<T> 的指定索引处。 (继承自 Collection<T>。) | |
Move | 将指定索引处的项移至集合中的新位置。 (继承自 ObservableCollection<T>。) | |
Remove | 从 Collection<T> 中移除特定对象的第一个匹配项。 (继承自 Collection<T>。) | |
RemoveAt | 移除 Collection<T> 的指定索引处的元素。 (继承自 Collection<T>。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
事件
名称 | 说明 | |
---|---|---|
CollectionChanged | 在添加、移除、更改或移动项或者在刷新整个列表时发生。 (继承自 ObservableCollection<T>。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
ICollection.CopyTo | 从特定的 Array 索引处开始,将 ICollection 的元素复制到一个 Array 中。 (继承自 Collection<T>。) | |
ICollection<T>.IsReadOnly | 获取一个值,该值指示 ICollection<T> 是否为只读。 (继承自 Collection<T>。) | |
ICollection.IsSynchronized | 获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。 (继承自 Collection<T>。) | |
ICollection.SyncRoot | 获取可用于同步对 ICollection 的访问的对象。 (继承自 Collection<T>。) | |
IEnumerable.GetEnumerator | 返回一个循环访问集合的枚举器。 (继承自 Collection<T>。) | |
IList.Add | 将某项添加到 IList 中。 (继承自 Collection<T>。) | |
IList.Contains | 确定 IList 是否包含特定值。 (继承自 Collection<T>。) | |
IList.IndexOf | 确定 IList 中特定项的索引。 (继承自 Collection<T>。) | |
IList.Insert | 将某项插入 IList 中指定的索引处。 (继承自 Collection<T>。) | |
IList.IsFixedSize | 获取一个值,该值指示 IList 是否具有固定大小。 (继承自 Collection<T>。) | |
IList.IsReadOnly | 获取一个值,该值指示 IList 是否为只读。 (继承自 Collection<T>。) | |
IList.Item | 获取或设置位于指定索引处的元素。 (继承自 Collection<T>。) | |
IList.Remove | 从 IList 中移除特定对象的第一个匹配项。 (继承自 Collection<T>。) | |
INotifyPropertyChanged.PropertyChanged | 在属性值更改时发生。 (继承自 ObservableCollection<T>。) |
页首
版本信息
适用于 Windows Phone 应用的 .NET
受以下版本支持:Windows Phone 8、Silverlight 8.1
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。