StringList.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la chaîne à l’index spécifié.
public:
property System::String ^ default[int] { System::String ^ get(int index); void set(int index, System::String ^ value); };
public string this[int index] { get; set; }
Default Public Property Item(index As Integer) As String
Paramètres
- index
- Int32
Index de la chaîne à obtenir ou à définir.
Valeur de propriété
Chaîne à l’index spécifié.