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。