EditorPartCollection.Item[Int32] Proprietà

Definizione

Restituisce un membro specifico della raccolta in base a un identificatore univoco.

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

Parametri

index
Int32

Indice di un particolare EditorPart in un insieme.

Valore della proprietà

Oggetto EditorPart in corrispondenza dell'indice specificato nell'insieme.

Si applica a

Vedi anche