Language

ConsumerConnectionPointCollection コンストラクター

定義

ConsumerConnectionPointCollection クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ConsumerConnectionPointCollection()

ConsumerConnectionPointCollection クラスの新しいインスタンスを初期化します。

ConsumerConnectionPointCollection(ICollection)

指定した接続ポイントのコレクションを使用して、 ConsumerConnectionPointCollection クラスの新しいインスタンスを初期化します。

ConsumerConnectionPointCollection()

ConsumerConnectionPointCollection クラスの新しいインスタンスを初期化します。

public:
 ConsumerConnectionPointCollection();
public ConsumerConnectionPointCollection();
Public Sub New ()

注釈

このコンストラクターは、コレクション内に項目がない ConsumerConnectionPointCollection クラスの新しいインスタンスを作成します。

適用対象

ConsumerConnectionPointCollection(ICollection)

指定した接続ポイントのコレクションを使用して、 ConsumerConnectionPointCollection クラスの新しいインスタンスを初期化します。

public:
 ConsumerConnectionPointCollection(System::Collections::ICollection ^ connectionPoints);
public ConsumerConnectionPointCollection(System.Collections.ICollection connectionPoints);
new System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection : System.Collections.ICollection -> System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection
Public Sub New (connectionPoints As ICollection)

パラメーター

connectionPoints
ICollection

コンシューマー接続ポイントのコレクション。

例外

connectionPoints は nullです。

コレクションに無効な接続ポイントが含まれています。

-又は-

コレクションには、重複する ID を持つ項目が含まれています。

注釈

このコンストラクターは、 ConsumerConnectionPointCollection クラスの新しいインスタンスを作成し、 connectionPoints パラメーターに含まれる接続ポイントを追加します。

適用対象