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。