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 パラメーターに含まれる接続ポイントを追加します。