AutoCompleteStringCollection.Insert(Int32, String) メソッド

定義

コレクション内の指定インデックス位置に文字列を挿入します。

public:
 void Insert(int index, System::String ^ value);
public void Insert (int index, string value);
member this.Insert : int * string -> unit
Public Sub Insert (index As Integer, value As String)

パラメーター

index
Int32

文字列を挿入する位置。

value
String

挿入する文字列。

適用対象