EditorPartCollection.Item[Int32] Propiedad

Definición

Devuelve un miembro específico de la colección según un identificador único.

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

Parámetros

index
Int32

Índice de un determinado EditorPart de una colección.

Valor de propiedad

objeto EditorPart en el índice especificado de la colección.

Se aplica a

Consulte también