ProviderConnectionPointCollection.Item[] Property

Definition

Gets a specific member of the collection according to its position or a unique identifier.

Overloads

Item[Int32]

Gets a member of the collection based on its position in the collection.

Item[String]

Gets a member of the collection based on a unique string identifier.

Item[Int32]

Gets a member of the collection based on its position in the collection.

C#
public System.Web.UI.WebControls.WebParts.ProviderConnectionPoint this[int index] { get; }

Parameters

index
Int32

The index of a particular ProviderConnectionPoint in the collection.

Property Value

A ProviderConnectionPoint at the index specified.

See also

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Item[String]

Gets a member of the collection based on a unique string identifier.

C#
public System.Web.UI.WebControls.WebParts.ProviderConnectionPoint this[string id] { get; }

Parameters

id
String

A String serving as the unique identifier for a particular ProviderConnectionPoint in the collection.

Property Value

The first ProviderConnectionPoint whose ID equals the value of id.

See also

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1