ProviderConnectionPointCollection.Item[] Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a specific member of the collection according to its position or a unique identifier.
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. |
Gets a member of the collection based on its position in the collection.
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
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 |
Gets a member of the collection based on a unique string identifier.
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
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 |
Feedback zu .NET
.NET ass en Open-Source-Projet. Wielt e Link, fir Feedback ze ginn: