C# 클래스 System.ComponentModel.EventDescriptorCollection

상속: IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty EventDescriptorCollection

Private Properties

프로퍼티 타입 설명
EnsureEventsOwned void
EnsureSize void
EventDescriptorCollection System.Diagnostics.CodeAnalysis
ICollection void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
IList void
IList void
this objectIList.System.Diagnostics.CodeAnalysis

공개 메소드들

메소드 설명
Add ( System.ComponentModel.EventDescriptor value ) : int
Clear ( ) : void
Contains ( System.ComponentModel.EventDescriptor value ) : bool
EventDescriptorCollection ( System.ComponentModel.EventDescriptor events ) : System.Diagnostics.CodeAnalysis
EventDescriptorCollection ( System.ComponentModel.EventDescriptor events, bool readOnly ) : System.Diagnostics.CodeAnalysis
Find ( string name, bool ignoreCase ) : EventDescriptor
GetEnumerator ( ) : IEnumerator
IndexOf ( EventDescriptor value ) : int
Insert ( int index, EventDescriptor value ) : void
Remove ( EventDescriptor value ) : void
RemoveAt ( int index ) : void
Sort ( ) : EventDescriptorCollection
Sort ( IComparer comparer ) : EventDescriptorCollection
Sort ( string names ) : EventDescriptorCollection
Sort ( string names, IComparer comparer ) : EventDescriptorCollection
this ( int index ) : EventDescriptor
this ( string name ) : EventDescriptor

보호된 메소드들

메소드 설명
InternalSort ( IComparer sorter ) : void
InternalSort ( string names ) : void

비공개 메소드들

메소드 설명
EnsureEventsOwned ( ) : void
EnsureSize ( int sizeNeeded ) : void
EventDescriptorCollection ( System.ComponentModel.EventDescriptor events, int eventCount, string namedSort, IComparer comparer ) : System.Diagnostics.CodeAnalysis
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
IList ( object value ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : objectIList.System.Diagnostics.CodeAnalysis

메소드 상세

Add() 공개 메소드

public Add ( System.ComponentModel.EventDescriptor value ) : int
value System.ComponentModel.EventDescriptor
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( System.ComponentModel.EventDescriptor value ) : bool
value System.ComponentModel.EventDescriptor
리턴 bool

EventDescriptorCollection() 공개 메소드

public EventDescriptorCollection ( System.ComponentModel.EventDescriptor events ) : System.Diagnostics.CodeAnalysis
events System.ComponentModel.EventDescriptor
리턴 System.Diagnostics.CodeAnalysis

EventDescriptorCollection() 공개 메소드

public EventDescriptorCollection ( System.ComponentModel.EventDescriptor events, bool readOnly ) : System.Diagnostics.CodeAnalysis
events System.ComponentModel.EventDescriptor
readOnly bool
리턴 System.Diagnostics.CodeAnalysis

Find() 공개 메소드

public Find ( string name, bool ignoreCase ) : EventDescriptor
name string
ignoreCase bool
리턴 EventDescriptor

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( EventDescriptor value ) : int
value EventDescriptor
리턴 int

Insert() 공개 메소드

public Insert ( int index, EventDescriptor value ) : void
index int
value EventDescriptor
리턴 void

InternalSort() 보호된 메소드

protected InternalSort ( IComparer sorter ) : void
sorter IComparer
리턴 void

InternalSort() 보호된 메소드

protected InternalSort ( string names ) : void
names string
리턴 void

Remove() 공개 메소드

public Remove ( EventDescriptor value ) : void
value EventDescriptor
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

Sort() 공개 메소드

public Sort ( ) : EventDescriptorCollection
리턴 EventDescriptorCollection

Sort() 공개 메소드

public Sort ( IComparer comparer ) : EventDescriptorCollection
comparer IComparer
리턴 EventDescriptorCollection

Sort() 공개 메소드

public Sort ( string names ) : EventDescriptorCollection
names string
리턴 EventDescriptorCollection

Sort() 공개 메소드

public Sort ( string names, IComparer comparer ) : EventDescriptorCollection
names string
comparer IComparer
리턴 EventDescriptorCollection

this() 공개 메소드

public this ( int index ) : EventDescriptor
index int
리턴 EventDescriptor

this() 공개 메소드

public this ( string name ) : EventDescriptor
name string
리턴 EventDescriptor

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static EventDescriptorCollection,System.ComponentModel Empty
리턴 EventDescriptorCollection