ProviderConnectionPointCollection.Item[] プロパティ

定義

コレクションにおける位置または一意の識別子に基づいて特定のメンバーを取得します。

オーバーロード

Item[Int32]

コレクションにおける位置に基づいてコレクションのメンバーを取得します。

Item[String]

一意の文字列識別子に基づいてコレクションのメンバーを取得します。

Item[Int32]

コレクションにおける位置に基づいてコレクションのメンバーを取得します。

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

パラメーター

index
Int32

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

プロパティ値

指定したインデックス位置にある ProviderConnectionPoint

こちらもご覧ください

適用対象

Item[String]

一意の文字列識別子に基づいてコレクションのメンバーを取得します。

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

パラメーター

id
String

コレクション内の特定の String の一意の識別子として使用されている ProviderConnectionPoint

プロパティ値

ID が id の値と等しい最初の ProviderConnectionPoint

こちらもご覧ください

適用対象