StringValues.IList<String>.Item[Int32] Vlastnost

Definice

Získá v indexu 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

Parametry

index
Int32

Index od nuly prvku, který chcete získat.

Hodnota vlastnosti

Řetězec v zadaném indexu.

Implementuje

Výjimky

Operace nastavení nejsou podporovány pouze pro čtení StringValues.

Platí pro