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

Definizione

Ottiene l'oggetto in corrispondenza dell'indice 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

Parametri

index
Int32

Indice in base zero dell'elemento da ottenere.

Valore della proprietà

Stringa in corrispondenza dell'indice specificato.

Implementazioni

Eccezioni

Le operazioni di impostazione non sono supportate per StringValues di sola lettura.

Si applica a