StringValues.IList<String>.Item[Int32] Свойство

Определение

Возвращает 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

Параметры

index
Int32

Индекс элемента (с нуля), который требуется получить.

Значение свойства

String

Строка по указанному индексу.

Реализации

Исключения

Операции SET не поддерживаются в StringValues только для чтения.

Применяется к