次の方法で共有


ConsumerConnectionPointCollection.Item[] プロパティ

定義

指定した位置にあるコレクション項目を取得します。

オーバーロード

Item[Int32]

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

Item[String]

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

Item[Int32]

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

public:
 property System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^ default[int] { System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^ get(int index); };
public System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint this[int index] { get; }
member this.Item(int) : System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint
Default Public ReadOnly Property Item(index As Integer) As ConsumerConnectionPoint

パラメーター

index
Int32

特定の ConsumerConnectionPoint 項目の、コレクション内でのインデックス。

プロパティ値

ConsumerConnectionPoint

コレクション内の指定したインデックス位置にある ConsumerConnectionPoint

注釈

インデックス値がわかっている場合は、このメソッドを使用して、コレクションからコネクションポイントを取得します。

適用対象

Item[String]

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

public:
 property System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^ default[System::String ^] { System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^ get(System::String ^ id); };
public System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint this[string id] { get; }
member this.Item(string) : System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint
Default Public ReadOnly Property Item(id As String) As ConsumerConnectionPoint

パラメーター

id
String

取得するコネクション ポイントのコネクション ポイント ID を表す文字列値。

プロパティ値

ConsumerConnectionPoint

ID が id の値に等しい、コレクション内の最初の ConsumerConnectionPoint

注釈

接続ポイント ID がわかっている場合は、このメソッドを使用して、コレクションからコネクションポイントを取得します。

適用対象