CommaDelimitedStringCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據索引,取得或設定集合中的字串項目。
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
。