EventDescriptorCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
EventDescriptor 개체의 컬렉션을 나타냅니다.
public ref class EventDescriptorCollection : System::Collections::IList
public class EventDescriptorCollection : System.Collections.IList
[System.Runtime.InteropServices.ComVisible(true)]
public class EventDescriptorCollection : System.Collections.IList
type EventDescriptorCollection = class
interface ICollection
interface IEnumerable
interface IList
[<System.Runtime.InteropServices.ComVisible(true)>]
type EventDescriptorCollection = class
interface IList
interface ICollection
interface IEnumerable
[<System.Runtime.InteropServices.ComVisible(true)>]
type EventDescriptorCollection = class
interface ICollection
interface IEnumerable
interface IList
Public Class EventDescriptorCollection
Implements IList
- 상속
-
EventDescriptorCollection
- 특성
- 구현
예제
다음 코드 예제에서는 텍스트 상자의 단추에 모든 이벤트를 인쇄합니다. 및 가 button1
textBox1
양식에서 인스턴스화되어야 합니다.
private:
void MyEventCollection()
{
// Creates a new collection and assigns it the events for button1.
EventDescriptorCollection^ events = TypeDescriptor::GetEvents( button1 );
// Displays each event in the collection in a text box.
for each ( EventDescriptor^ myEvent in events )
{
textBox1->Text = String::Concat( textBox1->Text, myEvent->Name, "\n" );
}
}
private void MyEventCollection() {
// Creates a new collection and assigns it the events for button1.
EventDescriptorCollection events = TypeDescriptor.GetEvents(button1);
// Displays each event in the collection in a text box.
foreach (EventDescriptor myEvent in events)
textBox1.Text += myEvent.Name + '\n';
}
Private Sub MyEventCollection()
' Creates a new collection and assigns it the events for button1.
Dim events As EventDescriptorCollection = TypeDescriptor.GetEvents(button1)
' Displays each event in the collection in a text box.
Dim myEvent As EventDescriptor
For Each myEvent In events
textBox1.Text &= myEvent.Name & ControlChars.Cr
Next myEvent
End Sub
설명
EventDescriptorCollection 읽기 전용입니다. 이벤트를 추가하거나 제거하는 메서드를 구현하지 않습니다. 이러한 메서드를 구현 하려면이 클래스에서 상속 해야 합니다.
클래스에서 사용할 수 있는 EventDescriptorCollection 속성을 사용하여 해당 콘텐츠에 대해 컬렉션을 쿼리할 수 있습니다. 컬렉션의 요소 개수를 확인하려면 Count 속성을 사용하고, 사용 된 Item[] 인덱스 번호 또는 이름으로 특정 속성을 가져올 속성입니다.
메서드를 Find 사용하여 컬렉션에서 지정된 이름의 이벤트에 대한 설명을 가져올 수도 있습니다.
생성자
EventDescriptorCollection(EventDescriptor[]) |
EventDescriptorCollection 개체의 지정된 배열을 사용하여 EventDescriptor 클래스의 새 인스턴스를 초기화합니다. |
EventDescriptorCollection(EventDescriptor[], Boolean) |
EventDescriptorCollection 개체의 지정된 배열을 사용하여 EventDescriptor 클래스의 새 인스턴스를 초기화합니다. 컬렉션은 선택적으로 읽기 전용으로 만들 수 있습니다. |
필드
Empty |
항목이 없는 새 컬렉션을 만드는 대신 사용할 빈 컬렉션을 지정합니다. 이 |
속성
Count |
컬렉션에 있는 이벤트 설명자의 개수를 가져옵니다. |
Item[Int32] |
지정된 인덱스 번호를 갖는 이벤트를 가져오거나 설정합니다. |
Item[String] |
지정된 이름의 이벤트를 가져오거나 설정합니다. |
메서드
명시적 인터페이스 구현
ICollection.CopyTo(Array, Int32) | |
ICollection.Count |
컬렉션에 포함된 요소 수를 가져옵니다. |
ICollection.IsSynchronized |
컬렉션에 대한 액세스가 동기화되었는지 여부를 나타내는 값을 가져옵니다. |
ICollection.SyncRoot |
컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다. |
IEnumerable.GetEnumerator() |
컬렉션을 반복하는 열거자를 반환합니다. |
IList.Add(Object) |
컬렉션에 항목을 추가합니다. |
IList.Clear() |
컬렉션에서 모든 항목을 제거합니다. |
IList.Contains(Object) |
컬렉션에 특정 값이 있는지 여부를 확인합니다. |
IList.IndexOf(Object) |
컬렉션에 있는 특정 항목의 인덱스를 확인합니다. |
IList.Insert(Int32, Object) |
항목을 컬렉션에서 지정한 인덱스에 삽입합니다. |
IList.IsFixedSize |
컬렉션의 크기가 고정되어 있는지를 나타내는 값을 가져옵니다. |
IList.IsReadOnly |
컬렉션이 읽기 전용인지를 나타내는 값을 가져옵니다. |
IList.Item[Int32] |
지정한 인덱스에 있는 요소를 가져오거나 설정합니다. |
IList.Remove(Object) |
컬렉션에서 첫 번째로 나타나는 특정 개체를 제거합니다. |
IList.RemoveAt(Int32) |
지정된 인덱스에서 항목을 제거합니다. |
확장 메서드
Cast<TResult>(IEnumerable) |
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다. |
OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다. |
AsParallel(IEnumerable) |
쿼리를 병렬화할 수 있도록 합니다. |
AsQueryable(IEnumerable) |
IEnumerable을 IQueryable로 변환합니다. |
적용 대상
추가 정보
.NET