ConsumerConnectionPointCollection クラス

定義

コンシューマーとして機能する Web パーツ ゾーン内のコントロールの接続ポイントのコレクションを表します。 このクラスは継承できません。

public ref class ConsumerConnectionPointCollection sealed : System::Collections::ReadOnlyCollectionBase
public sealed class ConsumerConnectionPointCollection : System.Collections.ReadOnlyCollectionBase
type ConsumerConnectionPointCollection = class
    inherit ReadOnlyCollectionBase
Public NotInheritable Class ConsumerConnectionPointCollection
Inherits ReadOnlyCollectionBase
継承
ConsumerConnectionPointCollection

注釈

コンシューマーとして機能する Web パーツ ゾーン内のコントロールは、既定で 1 つのプロバイダーにのみ接続できます。 ただし、 プロパティが AllowsMultipleConnectionstrue設定されている場合、複数のプロバイダーがコンシューマーに接続できます。

このクラスは クラスから ReadOnlyCollectionBase 継承されるため、このコレクションは厳密に型指定された非ジェネリックの読み取り専用コレクションになります。 インスタンスの作成後にメンバーを追加または削除することはできません。

コンストラクター

ConsumerConnectionPointCollection()

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

ConsumerConnectionPointCollection(ICollection)

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

プロパティ

Count

ReadOnlyCollectionBase インスタンスに含まれる要素の数を取得します。

(継承元 ReadOnlyCollectionBase)
Default

コンシューマーの既定の接続ポイントを取得します。

InnerList

ReadOnlyCollectionBase インスタンスに格納されている要素のリストを取得します。

(継承元 ReadOnlyCollectionBase)
Item[Int32]

整数値で指定された位置にあるコレクション項目を取得します。

Item[String]

指定された ID プロパティでコネクション ポイントを取得します。

メソッド

Contains(ConsumerConnectionPoint)

指定した ConsumerConnectionPoint オブジェクトがコレクション内にあるかどうかを確認します。

CopyTo(ConsumerConnectionPoint[], Int32)

ConsumerConnectionPointCollection コレクション内のすべての項目を互換性のある 1 次元の ConsumerConnectionPoint オブジェクト配列にコピーします。コピー先の配列の指定したインデックス位置からコピーが開始されます。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetEnumerator()

ReadOnlyCollectionBase インスタンスを反復処理する列挙子を返します。

(継承元 ReadOnlyCollectionBase)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
IndexOf(ConsumerConnectionPoint)

コレクション内の指定した ConsumerConnectionPoint オブジェクトのインデックスを確認します。

MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

ICollection.CopyTo(Array, Int32)

ReadOnlyCollectionBase 全体を互換性のある 1 次元の Array にコピーします。コピー操作は、コピー先の配列の指定したインデックスから始まります。

(継承元 ReadOnlyCollectionBase)
ICollection.IsSynchronized

ReadOnlyCollectionBase オブジェクトへのアクセスが同期されている (スレッド セーフである) かどうかを示す値を取得します。

(継承元 ReadOnlyCollectionBase)
ICollection.SyncRoot

ReadOnlyCollectionBase オブジェクトへのアクセスを同期するために使用できるオブジェクトを取得します。

(継承元 ReadOnlyCollectionBase)

拡張メソッド

Cast<TResult>(IEnumerable)

IEnumerable の要素を、指定した型にキャストします。

OfType<TResult>(IEnumerable)

指定された型に基づいて IEnumerable の要素をフィルター処理します。

AsParallel(IEnumerable)

クエリの並列化を有効にします。

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象