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

適用対象