EditorPartCollection.Item[Int32] Property

Definition

Returns a specific member of the collection according to a unique identifier.

public:
 property System::Web::UI::WebControls::WebParts::EditorPart ^ default[int] { System::Web::UI::WebControls::WebParts::EditorPart ^ get(int index); };
public System.Web.UI.WebControls.WebParts.EditorPart this[int index] { get; }
member this.Item(int) : System.Web.UI.WebControls.WebParts.EditorPart
Default Public ReadOnly Property Item(index As Integer) As EditorPart

Parameters

index
Int32

The index of a particular EditorPart in a collection.

Property Value

An EditorPart at the specified index in the collection.

Applies to

See also