Sdílet prostřednictvím


EditorPartCollection.Item[Int32] Vlastnost

Definice

Vrátí konkrétního člena kolekce podle jedinečného identifikátoru.

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

Index konkrétního objektu EditorPart v kolekci.

Hodnota vlastnosti

Na EditorPart zadaném indexu v kolekci.

Platí pro

Viz také