StringValues.Item[Int32] Propriété

Définition

Obtient la chaîne à l’index.

public:
 property System::String ^ default[int] { System::String ^ get(int index); };
public string this[int index] { get; }
public string? this[int index] { get; }
member this.Item(int) : string
Default Public ReadOnly Property Item(index As Integer) As String

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

S’applique à