次の方法で共有


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

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

例外

connectionPointsnullです。

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

  • または -

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

注釈

このコンストラクターは、クラスの新しいインスタンスを作成 ConsumerConnectionPointCollection し、パラメーターに格納されているコネクションポイントを追加し connectionPoints ます。

適用対象