Udostępnij przez


EditorPartCollection.Item[Int32] Właściwość

Definicja

Zwraca określony element członkowski kolekcji zgodnie z unikatowym identyfikatorem.

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

Parametry

index
Int32

Indeks określonego EditorPart elementu w kolekcji.

Wartość właściwości

Element EditorPart w określonym indeksie w kolekcji.

Dotyczy

Zobacz też