StringValues.Item[Int32] Vlastnost

Definice

Získá řetězec v indexu.

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

Parametry

index
Int32

Index prvku založený na nule, který chcete získat.

Hodnota vlastnosti

String

Řetězec v zadaném indexu.

Implementuje

Platí pro