AutoCompleteStringCollection 클래스
정의
특정 Windows Forms 컨트롤의 자동 완성 기능에 사용할 문자열의 컬렉션을 포함합니다.Contains a collection of strings to use for the auto-complete feature on certain Windows Forms controls.
public ref class AutoCompleteStringCollection : System::Collections::IList
public class AutoCompleteStringCollection : System.Collections.IList
type AutoCompleteStringCollection = class
interface IList
interface ICollection
interface IEnumerable
Public Class AutoCompleteStringCollection
Implements IList
- 상속
-
AutoCompleteStringCollection
- 구현
생성자
AutoCompleteStringCollection() |
AutoCompleteStringCollection 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the AutoCompleteStringCollection class. |
속성
Count |
AutoCompleteStringCollection의 항목 수를 가져옵니다.Gets the number of items in the AutoCompleteStringCollection . |
IsReadOnly |
컬렉션의 내용이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.Gets a value indicating whether the contents of the collection are read-only. |
IsSynchronized |
AutoCompleteStringCollection에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지를 나타내는 값을 가져옵니다.Gets a value indicating whether access to the AutoCompleteStringCollection is synchronized (thread safe). |
Item[Int32] |
지정한 인덱스에 있는 요소를 가져오거나 설정합니다.Gets or sets the element at the specified index. |
SyncRoot |
AutoCompleteStringCollection에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.Gets an object that can be used to synchronize access to the AutoCompleteStringCollection. |
메서드
Add(String) |
새 String을 컬렉션에 삽입합니다.Inserts a new String into the collection. |
AddRange(String[]) |
String 컬렉션의 요소를 끝에 추가합니다.Adds the elements of a String collection to the end. |
Clear() |
컬렉션에서 모든 문자열을 제거합니다.Removes all strings from the collection. |
Contains(String) |
String이 컬렉션에 있는지 여부를 나타냅니다.Indicates whether the String exists within the collection. |
CopyTo(String[], Int32) |
지정된 위치부터 시작하여 String 개체 배열을 컬렉션에 복사합니다.Copies an array of String objects into the collection, starting at the specified position. |
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetEnumerator() |
AutoCompleteStringCollection를 반복하는 열거자를 반환합니다.Returns an enumerator that iterates through the AutoCompleteStringCollection. |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
IndexOf(String) |
컬렉션 내 지정된 문자열의 위치를 가져옵니다.Obtains the position of the specified string within the collection. |
Insert(Int32, String) |
문자열을 컬렉션의 특정 인덱스에 삽입합니다.Inserts the string into a specific index in the collection. |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
OnCollectionChanged(CollectionChangeEventArgs) |
CollectionChanged 이벤트를 발생시킵니다.Raises the CollectionChanged event. |
Remove(String) |
컬렉션에서 문자열을 제거합니다.Removes a string from the collection. |
RemoveAt(Int32) |
지정한 인덱스에 있는 문자열을 제거합니다.Removes the string at the specified index. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |
이벤트
CollectionChanged |
컬렉션이 변경될 때 발생합니다.Occurs when the collection changes. |
명시적 인터페이스 구현
ICollection.CopyTo(Array, Int32) |
특정 Array 인덱스에서 시작하여 컬렉션의 문자열을 Array에 복사합니다.Copies the strings of the collection to an Array, starting at a particular Array index. 이 멤버에 대한 설명은 CopyTo(Array, Int32)를 참조하세요.For a description of this member, see CopyTo(Array, Int32). |
IList.Add(Object) |
문자열을 컬렉션에 추가합니다.Adds a string to the collection. 이 멤버에 대한 설명은 Add(Object)를 참조하십시오.For a description of this member, see Add(Object). |
IList.Contains(Object) |
컬렉션에 지정된 문자열이 포함된 위치를 확인합니다.Determines where the collection contains a specified string. 이 멤버에 대한 설명은 Contains(Object)를 참조하세요.For a description of this member, see Contains(Object). |
IList.IndexOf(Object) |
컬렉션에서 지정된 문자열의 인덱스를 확인합니다.Determines the index of a specified string in the collection. 이 멤버에 대한 설명은 IndexOf(Object)를 참조하십시오.For a description of this member, see IndexOf(Object). |
IList.Insert(Int32, Object) |
항목을 컬렉션 내의 지정된 인덱스에 삽입합니다.Inserts an item to the collection at the specified index. 이 멤버에 대한 설명은 Insert(Int32, Object)를 참조하세요.For a description of this member, see Insert(Int32, Object). |
IList.IsFixedSize |
컬렉션의 크기가 고정되어 있는지를 나타내는 값을 가져옵니다.Gets a value indicating whether the collection has a fixed size. 이 멤버에 대한 설명은 IsFixedSize를 참조하세요.For a description of this member, see IsFixedSize. |
IList.IsReadOnly |
컬렉션이 읽기 전용인지를 나타내는 값을 가져옵니다.Gets a value indicating whether the collection is read-only. 이 멤버에 대한 설명은 IsReadOnly를 참조하세요.For a description of this member, see IsReadOnly. |
IList.Item[Int32] |
지정된 인덱스에 있는 요소를 가져옵니다.Gets the element at a specified index. 이 멤버에 대한 설명은 Item[Int32]를 참조하세요.For a description of this member, see Item[Int32]. |
IList.Remove(Object) |
컬렉션에서 맨 처음 발견되는 특정 문자열을 제거합니다.Removes the first occurrence of a specific string from the collection. 이 멤버에 대한 설명은 Remove(Object)를 참조하십시오.For a description of this member, see Remove(Object). |
확장 메서드
Cast<TResult>(IEnumerable) |
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
쿼리를 병렬화할 수 있도록 합니다.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
IEnumerable을 IQueryable로 변환합니다.Converts an IEnumerable to an IQueryable. |