Udostępnij przez


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

Definicja

Pobiera określonego członka kolekcji zgodnie z jego pozycją lub unikatowym identyfikatorem.

Przeciążenia

Item[Int32]

Pobiera element członkowski kolekcji na podstawie jego 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 jego 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

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

Wartość właściwości

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

Zobacz też

Dotyczy