Udostępnij za pośrednictwem


CommaDelimitedStringCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia element ciągu w kolekcji na podstawie indeksu.

public:
 property System::String ^ default[int] { System::String ^ get(int index); void set(int index, System::String ^ value); };
public string this[int index] { get; set; }
member this.Item(int) : string with get, set
Default Public Property Item(index As Integer) As String

Parametry

index
Int32

Indeks elementu string w kolekcji.

Wartość właściwości

Element ciągu w kolekcji.

Uwagi

Ta właściwość umożliwia ustawienie lub pobranie ciągu w kolekcji na podstawie jej indeksu w kolekcji. Ta właściwość powoduje IsModified również ustawienie właściwości na truewartość .

Dotyczy