AutoCompleteStringCollection.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

要取得或設定 String 處的索引。

屬性值

特定位置上的 String

適用於