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

Definicja

Pobiera określony członek kolekcji zgodnie z jego położeniem lub unikatowym identyfikatorem.

Przeciążenia

Item[Int32]

Pobiera członka kolekcji na podstawie jej pozycji w kolekcji.

Item[String]

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

Item[Int32]

Pobiera członka 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 w ProviderConnectionPoint kolekcji.

Wartość właściwości

ProviderConnectionPoint

Wartość ProviderConnectionPoint w określonym indeksie.

Zobacz też

Dotyczy

Item[String]

Pobiera członka 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

Służąca String jako unikatowy identyfikator dla określonego obiektu w ProviderConnectionPoint kolekcji.

Wartość właściwości

ProviderConnectionPoint

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

Zobacz też

Dotyczy