ConsumerConnectionPointCollection 类

定义

表示 Web 部件区域中充当使用者的控件的连接点集合。 此类不能被继承。

public ref class ConsumerConnectionPointCollection sealed : System::Collections::ReadOnlyCollectionBase
public sealed class ConsumerConnectionPointCollection : System.Collections.ReadOnlyCollectionBase
type ConsumerConnectionPointCollection = class
    inherit ReadOnlyCollectionBase
Public NotInheritable Class ConsumerConnectionPointCollection
Inherits ReadOnlyCollectionBase
继承
ConsumerConnectionPointCollection

注解

默认情况下,充当使用者的 Web 部件区域中的控件只能连接到一个提供程序。 但是,当 属性 AllowsMultipleConnections 设置为 true时,多个提供程序可以连接到使用者。

请注意,此类继承自 ReadOnlyCollectionBase 类,使此集合成为强类型化、非泛型只读集合。 创建实例后,无法添加或删除成员。

构造函数

ConsumerConnectionPointCollection()

初始化 ConsumerConnectionPointCollection 类的新实例。

ConsumerConnectionPointCollection(ICollection)

使用指定的连接点集合初始化 ConsumerConnectionPointCollection 类的新实例。

属性

Count

获取 ReadOnlyCollectionBase 实例中包含的元素数。

(继承自 ReadOnlyCollectionBase)
Default

获取默认的使用者连接点。

InnerList

获取 ReadOnlyCollectionBase 实例中包含的元素的列表。

(继承自 ReadOnlyCollectionBase)
Item[Int32]

获取集合中整数值所指定的位置处的项。

Item[String]

获取具有指定 ID 属性的连接点。

方法

Contains(ConsumerConnectionPoint)

确定指定的 ConsumerConnectionPoint 对象是否在集合中。

CopyTo(ConsumerConnectionPoint[], Int32)

ConsumerConnectionPointCollection 集合中的所有项复制到一个兼容的一维数组中,该数组的元素为 ConsumerConnectionPoint 对象,复制从目标数组的指定索引处开始进行。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetEnumerator()

返回循环访问 ReadOnlyCollectionBase 实例的枚举器。

(继承自 ReadOnlyCollectionBase)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
IndexOf(ConsumerConnectionPoint)

确定集合中指定 ConsumerConnectionPoint 对象的索引。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

显式接口实现

ICollection.CopyTo(Array, Int32)

从目标数组的指定索引处开始将整个 ReadOnlyCollectionBase 复制到兼容的一维 Array

(继承自 ReadOnlyCollectionBase)
ICollection.IsSynchronized

获取一个值,该值指示对 ReadOnlyCollectionBase 对象的访问是否同步(线程安全)。

(继承自 ReadOnlyCollectionBase)
ICollection.SyncRoot

获取一个对象,该对象可用于同步对 ReadOnlyCollectionBase 对象的访问。

(继承自 ReadOnlyCollectionBase)

扩展方法

Cast<TResult>(IEnumerable)

IEnumerable 的元素强制转换为指定的类型。

OfType<TResult>(IEnumerable)

根据指定类型筛选 IEnumerable 的元素。

AsParallel(IEnumerable)

启用查询的并行化。

AsQueryable(IEnumerable)

IEnumerable 转换为 IQueryable

适用于