共用方式為


CommaDelimitedStringCollection.Item[Int32] 屬性

定義

根據索引,取得或設定集合中的字串項目。

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

參數

index
Int32

集合中字串項目的索引。

屬性值

集合中的字串項目。

備註

這個屬性允許根據集合中的索引來設定或擷取集合中的字串。 這個屬性也會讓 IsModified 屬性設定為 true

適用於