StringValues.IList<String>.Item[Int32] Proprietà

Definizione

Ottiene l'oggetto String in corrispondenza dell'indice specificato.

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; }
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

Parametri

index
Int32

Indice in base zero dell'elemento da ottenere.

Valore della proprietà

Stringa in corrispondenza dell'indice specificato.

Implementazioni

Eccezioni

Le operazioni set non sono supportate in readonly StringValues.

Si applica a