다음을 통해 공유


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

삽입할 문자열입니다.

적용 대상