ProviderConnectionPointCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションにおける位置または一意の識別子に基づいて特定のメンバーを取得します。
オーバーロード
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。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET