PropertyIdentifierCollection 类
表示属性标识符的集合。
继承层次结构
System.Object
System.Collections.ObjectModel.Collection<PropertyIdentifier>
Microsoft.Windows.Design.Model.PropertyIdentifierCollection
命名空间: Microsoft.Windows.Design.Model
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
Public Class PropertyIdentifierCollection _
Inherits Collection(Of PropertyIdentifier)
public class PropertyIdentifierCollection : Collection<PropertyIdentifier>
public ref class PropertyIdentifierCollection : public Collection<PropertyIdentifier>
type PropertyIdentifierCollection =
class
inherit Collection<PropertyIdentifier>
end
public class PropertyIdentifierCollection extends Collection<PropertyIdentifier>
PropertyIdentifierCollection 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
PropertyIdentifierCollection | 初始化 PropertyIdentifierCollection 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Count | 获取 Collection<T> 中实际包含的元素数。 (继承自 Collection<PropertyIdentifier>。) | |
Item | 获取或设置指定索引处的元素。 (继承自 Collection<PropertyIdentifier>。) | |
Items | 获取 Collection<T> 周围的 IList<T> 包装。 (继承自 Collection<PropertyIdentifier>。) |
页首
方法
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IList.Add | 将某项添加到 IList 中。 (继承自 Collection<PropertyIdentifier>。) | |
IList.Contains | 确定 IList 是否包含特定值。 (继承自 Collection<PropertyIdentifier>。) | |
ICollection.CopyTo | 从特定的 Array 索引处开始,将 ICollection 的元素复制到一个 Array 中。 (继承自 Collection<PropertyIdentifier>。) | |
IEnumerable.GetEnumerator | 返回一个循环访问集合的枚举数。 (继承自 Collection<PropertyIdentifier>。) | |
IList.IndexOf | 确定 IList 中特定项的索引。 (继承自 Collection<PropertyIdentifier>。) | |
IList.Insert | 将某项插入 IList 中指定的索引处。 (继承自 Collection<PropertyIdentifier>。) | |
IList.IsFixedSize | 获取一个值,该值指示 IList 是否具有固定大小。 (继承自 Collection<PropertyIdentifier>。) | |
ICollection<T>.IsReadOnly | 获取一个值,该值指示 ICollection<T> 是否为只读。 (继承自 Collection<PropertyIdentifier>。) | |
IList.IsReadOnly | 获取一个值,该值指示 IList 是否为只读。 (继承自 Collection<PropertyIdentifier>。) | |
ICollection.IsSynchronized | 获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。 (继承自 Collection<PropertyIdentifier>。) | |
IList.Item | 获取或设置指定索引处的元素。 (继承自 Collection<PropertyIdentifier>。) | |
IList.Remove | 从 IList 中移除特定对象的第一个匹配项。 (继承自 Collection<PropertyIdentifier>。) | |
ICollection.SyncRoot | 获取可用于同步对 ICollection 的访问的对象。 (继承自 Collection<PropertyIdentifier>。) |
页首
备注
此类封装 PropertyIdentifier 对象的集合。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.Windows.Design.Model 命名空间