StringValues.IList<String>.Item[Int32] Propriété

Définition

Obtient l’index à l’index String .

property System::String ^ System::Collections::Generic::IList<System::String>::Item[int] { System::String ^ get(int index); void set(int index, System::String ^ value); };
string System.Collections.Generic.IList<System.String>.Item[int index] { get; set; }
string? System.Collections.Generic.IList<System.String>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<System.String>.Item(int) : string with get, set
 Property Item(index As Integer) As String Implements IList(Of String).Item

Paramètres

index
Int32

Index de base zéro de l'élément à obtenir.

Valeur de propriété

String

Chaîne à l’index spécifié.

Implémente

Exceptions

Les opérations de définition ne sont pas prises en charge sur les StringValues en lecture seule.

S’applique à