ConsumerConnectionPointCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
です。
注釈
このコンストラクターは、クラスの新しいインスタンスを作成 ConsumerConnectionPointCollection し、パラメーターに格納されているコネクションポイントを追加し connectionPoints
ます。