Udostępnij za pośrednictwem


ProviderConnectionPointCollection.Item[] Właściwość

Definicja

Pobiera określony element członkowski kolekcji zgodnie z jego pozycją lub unikatowym identyfikatorem.

Przeciążenia

Item[Int32]

Pobiera element członkowski kolekcji na podstawie jej pozycji w kolekcji.

Item[String]

Pobiera element członkowski kolekcji na podstawie unikatowego identyfikatora ciągu.

Item[Int32]

Pobiera element członkowski kolekcji na podstawie jej pozycji w kolekcji.

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

Parametry

index
Int32

Indeks określonego ProviderConnectionPoint elementu w kolekcji.

Wartość właściwości

A ProviderConnectionPoint w określonym indeksie.

Zobacz też

Dotyczy

Item[String]

Pobiera element członkowski kolekcji na podstawie unikatowego identyfikatora ciągu.

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

Parametry

id
String

Identyfikator String służący jako unikatowy identyfikator określonej ProviderConnectionPoint kolekcji.

Wartość właściwości

PierwszyProviderConnectionPoint, którego identyfikator jest równy wartości .id

Zobacz też

Dotyczy