Selection 构造函数

包括受保护的成员
包括继承的成员

初始化 Selection 类的新实例。

重载此成员。有关此成员的完整信息(包括语法、用法和示例),请单击重载列表中的相应名称。

重载列表

  名称 说明
公共方法 Selection() 初始化 Selection 类的新实例。
公共方法 Selection(IEnumerable) 用指定的对象枚举初始化 Selection 类的新实例。
公共方法 Selection(array<ModelItem[]) 用指定的 ModelItem 对象数组初始化 Selection 类的新实例。
公共方法 Selection(IEnumerable<ModelItem>) 用指定的 ModelItem 对象枚举初始化 Selection 类的新实例。
公共方法 Selection(IEnumerable, Predicate<ModelItem>) 用对象的指定枚举和谓词初始化 Selection 类的新实例。
公共方法 Selection(IEnumerable<ModelItem>, Predicate<ModelItem>) 用指定的 ModelItem 对象枚举和谓词初始化 Selection 类的新实例。

页首

请参见

参考

Selection 类

Microsoft.Windows.Design.Interaction 命名空间