ConsumerConnectionPointCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した位置にあるコレクション項目を取得します。
オーバーロード
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。
注釈
インデックス値がわかっている場合は、このメソッドを使用して、コレクションからコネクションポイントを取得します。
適用対象
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 を表す文字列値。
プロパティ値
ID が id
の値に等しい、コレクション内の最初の ConsumerConnectionPoint。
注釈
接続ポイント ID がわかっている場合は、このメソッドを使用して、コレクションからコネクションポイントを取得します。