StringValues.IList<String>.Item[Int32] Właściwość

Definicja

Pobiera indeks 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

Indeks zerowy elementu do pobrania.

Wartość właściwości

String

Ciąg w określonym indeksie.

Implementuje

Wyjątki

Operacje ustawiania nie są obsługiwane w przypadku operacji tylko do odczytu.StringValues

Dotyczy