EditorPartCollection.Item[Int32] Propriété

Définition

Retourne un membre spécifique de la collection d'après un identificateur unique.

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

Paramètres

index
Int32

Index d'un EditorPart particulier dans une collection.

Valeur de propriété

EditorPart à l'index spécifié dans la collection.

S’applique à

Voir aussi