AutoCompleteStringCollection.Add(String) 메서드
정의
새 String을 컬렉션에 삽입합니다.Inserts a new String into the collection.
public:
int Add(System::String ^ value);
public int Add (string value);
member this.Add : string -> int
Public Function Add (value As String) As Integer
매개 변수
반환
String이 추가된 컬렉션의 위치입니다.The position in the collection where the String was added.
적용 대상