Sdílet prostřednictvím


CommaDelimitedStringCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví string element v kolekci na základě indexu.

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

Index elementu string v kolekci.

Hodnota vlastnosti

Element string v kolekci.

Poznámky

Tato vlastnost umožňuje nastavit nebo načíst řetězec v kolekci na základě jeho indexu v kolekci. Tato vlastnost také způsobí, že IsModified vlastnost bude nastavena na truehodnotu .

Platí pro