ProviderConnectionPointCollectionとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ProviderConnectionPointCollectionの意味・解説 

ProviderConnectionPointCollection クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

接続プロバイダとして機能する特定の WebPart コントロールまたはサーバー コントロール関連付けられている、すべての ProviderConnectionPoint オブジェクトコレクション格納します。このクラス継承できません。

名前空間: System.Web.UI.WebControls.WebParts
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public NotInheritable Class
 ProviderConnectionPointCollection
    Inherits ReadOnlyCollectionBase
Dim instance As ProviderConnectionPointCollection
public sealed class ProviderConnectionPointCollection
 : ReadOnlyCollectionBase
public ref class ProviderConnectionPointCollection
 sealed : public ReadOnlyCollectionBase
public final class ProviderConnectionPointCollection
 extends ReadOnlyCollectionBase
public final class ProviderConnectionPointCollection
 extends ReadOnlyCollectionBase
解説解説
継承階層継承階層
System.Object
   System.Collections.ReadOnlyCollectionBase
    System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ProviderConnectionPointCollection メンバ
System.Web.UI.WebControls.WebParts 名前空間
ProviderConnectionPoint クラス
ReadOnlyCollectionBase
GetProviderConnectionPoints
その他の技術情報
ASP.NET Web パーツ ページ

ProviderConnectionPointCollection コンストラクタ ()

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

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

名前空間: System.Web.UI.WebControls.WebParts
アセンブリ: System.Web (system.web.dll 内)
構文構文

Dim instance As New ProviderConnectionPointCollection
public ProviderConnectionPointCollection ()
public:
ProviderConnectionPointCollection ()
public ProviderConnectionPointCollection ()
public function ProviderConnectionPointCollection
 ()
解説解説

このコンストラクタは、コレクションに何も項目がない ProviderConnectionPointCollection クラス新しインスタンス作成します

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ProviderConnectionPointCollection クラス
ProviderConnectionPointCollection メンバ
System.Web.UI.WebControls.WebParts 名前空間
その他の技術情報
ASP.NET Web パーツ ページ

ProviderConnectionPointCollection コンストラクタ (ICollection)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

プロバイダ コネクション ポイントコレクション指定して、ProviderConnectionPointCollection クラス新しインスタンス初期化します。

名前空間: System.Web.UI.WebControls.WebParts
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Sub New ( _
    connectionPoints As ICollection _
)
Dim connectionPoints As ICollection

Dim instance As New ProviderConnectionPointCollection(connectionPoints)
public ProviderConnectionPointCollection (
    ICollection connectionPoints
)
public:
ProviderConnectionPointCollection (
    ICollection^ connectionPoints
)
public ProviderConnectionPointCollection (
    ICollection connectionPoints
)
public function ProviderConnectionPointCollection
 (
    connectionPoints : ICollection
)

パラメータ

connectionPoints

コレクション作成使用される ProviderConnectionPoint オブジェクトの ICollection。

例外例外
例外種類条件

ArgumentNullException

connectionPointsnull 参照 (Visual Basic では Nothing) です。

InvalidOperationException

コレクションnull 値コネクション ポイント含まれています。

または

コネクション ポイントコレクション重複した ID含まれています。

解説解説

このコンストラクタProviderConnectionPointCollection クラス新しインスタンス作成しconnectionPoints パラメータ含まれているコネクション ポイント追加します

このコンストラクタ使用すると、既存ProviderConnectionPoint オブジェクトICollection コレクション作成し、そのコレクションProviderConnectionPointCollection(ICollection) コンストラクタに渡すことによって、プロバイダ コネクション ポイントの独自のコレクション オブジェクト作成できます。しかし、WebPartManager コントロールにはプロバイダ コネクション ポイントを含む一般的な操作必要なメソッド (GetProviderConnectionPoints メソッドなど) が用意されているため、コントロール拡張する場合除いては、独自のコレクション作成する要はほとんどありません。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ProviderConnectionPointCollection クラス
ProviderConnectionPointCollection メンバ
System.Web.UI.WebControls.WebParts 名前空間
ICollection
その他の技術情報
ASP.NET Web パーツ ページ

ProviderConnectionPointCollection コンストラクタ

ProviderConnectionPointCollection クラス新しインスタンス初期化します。

ProviderConnectionPointCollection クラス新しインスタンスコード直接作成できますが、このクラスは ReadOnlyCollectionBase クラスから継承されるため、新しコレクション読み取り専用となり、インスタンス作成後にメンバ追加削除を行うことはできません。


オーバーロードの一覧オーバーロードの一覧
名前 説明
ProviderConnectionPointCollection () ProviderConnectionPointCollection クラス新しい空のインスタンス初期化します。
ProviderConnectionPointCollection (ICollection) プロバイダ コネクション ポイントコレクション指定してProviderConnectionPointCollection クラス新しインスタンス初期化します。
参照参照

関連項目

ProviderConnectionPointCollection クラス
ProviderConnectionPointCollection メンバ
System.Web.UI.WebControls.WebParts 名前空間

その他の技術情報

ASP.NET Web パーツ ページ

ProviderConnectionPointCollection プロパティ


パブリック プロパティパブリック プロパティ

プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ InnerList  ReadOnlyCollectionBase インスタンス格納されている要素リスト取得します。 ( ReadOnlyCollectionBase から継承されます。)
参照参照

関連項目

ProviderConnectionPointCollection クラス
System.Web.UI.WebControls.WebParts 名前空間
ProviderConnectionPoint クラス
ReadOnlyCollectionBase
GetProviderConnectionPoints

その他の技術情報

ASP.NET Web パーツ ページ

ProviderConnectionPointCollection メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

ProviderConnectionPointCollection クラス
System.Web.UI.WebControls.WebParts 名前空間
ProviderConnectionPoint クラス
ReadOnlyCollectionBase
GetProviderConnectionPoints

その他の技術情報

ASP.NET Web パーツ ページ

ProviderConnectionPointCollection メンバ

接続プロバイダとして機能する特定の WebPart コントロールまたはサーバー コントロール関連付けられている、すべての ProviderConnectionPoint オブジェクトコレクション格納します。このクラス継承できません。

ProviderConnectionPointCollection データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド ProviderConnectionPointCollection オーバーロードされます。 ProviderConnectionPointCollection クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ InnerList  ReadOnlyCollectionBase インスタンス格納されている要素リスト取得します。(ReadOnlyCollectionBase から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

ProviderConnectionPointCollection クラス
System.Web.UI.WebControls.WebParts 名前空間
ProviderConnectionPoint クラス
ReadOnlyCollectionBase
GetProviderConnectionPoints

その他の技術情報

ASP.NET Web パーツ ページ


このページでは「.NET Framework クラス ライブラリ リファレンス」からProviderConnectionPointCollectionを検索した結果を表示しています。
Weblioに収録されているすべての辞書からProviderConnectionPointCollectionを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からProviderConnectionPointCollection を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ProviderConnectionPointCollection」の関連用語

ProviderConnectionPointCollectionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ProviderConnectionPointCollectionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS