C# 클래스 System.ComponentModel.PropertyDescriptorCollection

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

Private Properties

프로퍼티 타입 설명
EnsurePropsOwned void
EnsureSize void
IDictionary IDictionaryEnumerator
IDictionary bool
IDictionary void
IDictionary void
IDictionary void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
IList void
IList void
PropertyDescriptorCollection System.Diagnostics.CodeAnalysis
this objectIDictionary.System.Diagnostics.CodeAnalysis
this objectIList.System.Diagnostics.CodeAnalysis

공개 메소드들

메소드 설명
Add ( PropertyDescriptor value ) : int
Clear ( ) : void
Contains ( PropertyDescriptor value ) : bool
CopyTo ( Array array, int index ) : void
Find ( string name, bool ignoreCase ) : PropertyDescriptor
GetEnumerator ( ) : IEnumerator
IndexOf ( PropertyDescriptor value ) : int
Insert ( int index, PropertyDescriptor value ) : void
PropertyDescriptorCollection ( PropertyDescriptor properties ) : System.Diagnostics.CodeAnalysis
PropertyDescriptorCollection ( PropertyDescriptor properties, bool readOnly ) : System.Diagnostics.CodeAnalysis
Remove ( PropertyDescriptor value ) : void
RemoveAt ( int index ) : void
Sort ( ) : PropertyDescriptorCollection
Sort ( IComparer comparer ) : PropertyDescriptorCollection
Sort ( string names ) : PropertyDescriptorCollection
Sort ( string names, IComparer comparer ) : PropertyDescriptorCollection
this ( int index ) : PropertyDescriptor
this ( string name ) : PropertyDescriptor

보호된 메소드들

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

비공개 메소드들

메소드 설명
EnsurePropsOwned ( ) : void
EnsureSize ( int sizeNeeded ) : void
IDictionary ( ) : IDictionaryEnumerator
IDictionary ( object key ) : bool
IDictionary ( ) : void
IDictionary ( object key ) : void
IDictionary ( object key, object value ) : 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
PropertyDescriptorCollection ( PropertyDescriptor properties, int propCount, string namedSort, IComparer comparer ) : System.Diagnostics.CodeAnalysis
this ( object key ) : objectIDictionary.System.Diagnostics.CodeAnalysis
this ( int index ) : objectIList.System.Diagnostics.CodeAnalysis

메소드 상세

Add() 공개 메소드

public Add ( PropertyDescriptor value ) : int
value PropertyDescriptor
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( PropertyDescriptor value ) : bool
value PropertyDescriptor
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

Find() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

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

Insert() 공개 메소드

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

InternalSort() 보호된 메소드

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

InternalSort() 보호된 메소드

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

PropertyDescriptorCollection() 공개 메소드

public PropertyDescriptorCollection ( PropertyDescriptor properties ) : System.Diagnostics.CodeAnalysis
properties PropertyDescriptor
리턴 System.Diagnostics.CodeAnalysis

PropertyDescriptorCollection() 공개 메소드

public PropertyDescriptorCollection ( PropertyDescriptor properties, bool readOnly ) : System.Diagnostics.CodeAnalysis
properties PropertyDescriptor
readOnly bool
리턴 System.Diagnostics.CodeAnalysis

Remove() 공개 메소드

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

RemoveAt() 공개 메소드

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

Sort() 공개 메소드

public Sort ( ) : PropertyDescriptorCollection
리턴 PropertyDescriptorCollection

Sort() 공개 메소드

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

Sort() 공개 메소드

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

Sort() 공개 메소드

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

this() 공개 메소드

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

this() 공개 메소드

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