ModelMemberCollection<TItemType, TKeyType> 类
[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]
表示模型成员集合。
继承层次结构
System.Object
Microsoft.Windows.Design.Model.ModelMemberCollection<TItemType, TKeyType>
Microsoft.Windows.Design.Model.ModelEventCollection
Microsoft.Windows.Design.Model.ModelPropertyCollection
命名空间: Microsoft.Windows.Design.Model
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
Public MustInherit Class ModelMemberCollection(Of TItemType, TKeyType As {Object, IEquatable(Of TKeyType)}) _
Implements IEnumerable(Of TItemType), IEnumerable
public abstract class ModelMemberCollection<TItemType, TKeyType> : IEnumerable<TItemType>,
IEnumerable
where TKeyType : Object, IEquatable<TKeyType>
generic<typename TItemType, typename TKeyType>
where TKeyType : Object, IEquatable<TKeyType>
public ref class ModelMemberCollection abstract : IEnumerable<TItemType>,
IEnumerable
[<AbstractClass>]
type ModelMemberCollection<'TItemType, 'TKeyType when 'TKeyType : Object and IEquatable<'TKeyType>> =
class
interface IEnumerable<'TItemType>
interface IEnumerable
end
JScript 不支持泛型类型或方法。
类型参数
- TItemType
集合所表示的项的类型。
- TKeyType
ModelMemberCollection<TItemType, TKeyType> 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Item[String] | 在集合中搜索具有指定键的项,并在找到时将它返回。 | |
Item[TKeyType] | 在集合中搜索具有指定键的项,并在找到时将它返回。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
Find(String) | 在集合中搜索具有指定键的项,并在找到时将它返回。 | |
Find(TKeyType) | 在集合中搜索具有指定键的项,并在找到时将它返回。 | |
Find(String, Boolean) | 在派生类中重写时,在集合中搜索具有指定键的项,并在找到时将它返回。 | |
Find(TKeyType, Boolean) | 在派生类中重写时,在集合中搜索具有指定键的项,并在找到时将它返回。 | |
GetEnumerator | 在派生类中重写时,返回一个枚举器以枚举项。 | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IEnumerable.GetEnumerator | 基础结构。有关此成员的说明,请参见 IEnumerable.GetEnumerator。 |
页首
备注
ModelMemberCollection<TItemType, TKeyType> 是 ModelPropertyCollection 和 ModelEventCollection 所派生自的抽象基类。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.Windows.Design.Model 命名空间