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

適用対象