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

要插入的字串。

適用於