Bagikan melalui


ProviderConnectionPointCollection.Item[] Properti

Definisi

Mendapatkan anggota koleksi tertentu sesuai dengan posisinya atau pengidentifikasi unik.

Overload

Item[Int32]

Mendapatkan anggota koleksi berdasarkan posisinya dalam koleksi.

Item[String]

Mendapatkan anggota koleksi berdasarkan pengidentifikasi string unik.

Item[Int32]

Mendapatkan anggota koleksi berdasarkan posisinya dalam koleksi.

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

Parameter

index
Int32

Indeks tertentu ProviderConnectionPoint dalam koleksi.

Nilai Properti

A ProviderConnectionPoint pada indeks yang ditentukan.

Lihat juga

Berlaku untuk

Item[String]

Mendapatkan anggota koleksi berdasarkan pengidentifikasi string unik.

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

Parameter

id
String

Berfungsi String sebagai pengidentifikasi unik untuk tertentu ProviderConnectionPoint dalam koleksi.

Nilai Properti

Yang pertama ProviderConnectionPoint yang ID-nya sama dengan nilai id.

Lihat juga

Berlaku untuk