C# Class System.ComponentModel.PropertyDescriptorCollection

Inheritance: System.Collections.IList, System.Collections.IDictionary, System.Collections.ICollection, System.Collections.IEnumerable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
InternalSort ( IComparer sorter ) : void
InternalSort ( string names ) : void

Private Methods

Méthode Description
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

Method Details

Add() public méthode

public Add ( PropertyDescriptor value ) : int
value PropertyDescriptor
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( PropertyDescriptor value ) : bool
value PropertyDescriptor
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

Find() public méthode

public Find ( string name, bool ignoreCase ) : PropertyDescriptor
name string
ignoreCase bool
Résultat PropertyDescriptor

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( PropertyDescriptor value ) : int
value PropertyDescriptor
Résultat int

Insert() public méthode

public Insert ( int index, PropertyDescriptor value ) : void
index int
value PropertyDescriptor
Résultat void

InternalSort() protected méthode

protected InternalSort ( IComparer sorter ) : void
sorter IComparer
Résultat void

InternalSort() protected méthode

protected InternalSort ( string names ) : void
names string
Résultat void

PropertyDescriptorCollection() public méthode

public PropertyDescriptorCollection ( PropertyDescriptor properties ) : System.Diagnostics.CodeAnalysis
properties PropertyDescriptor
Résultat System.Diagnostics.CodeAnalysis

PropertyDescriptorCollection() public méthode

public PropertyDescriptorCollection ( PropertyDescriptor properties, bool readOnly ) : System.Diagnostics.CodeAnalysis
properties PropertyDescriptor
readOnly bool
Résultat System.Diagnostics.CodeAnalysis

Remove() public méthode

public Remove ( PropertyDescriptor value ) : void
value PropertyDescriptor
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

Sort() public méthode

public Sort ( ) : PropertyDescriptorCollection
Résultat PropertyDescriptorCollection

Sort() public méthode

public Sort ( IComparer comparer ) : PropertyDescriptorCollection
comparer IComparer
Résultat PropertyDescriptorCollection

Sort() public méthode

public Sort ( string names ) : PropertyDescriptorCollection
names string
Résultat PropertyDescriptorCollection

Sort() public méthode

public Sort ( string names, IComparer comparer ) : PropertyDescriptorCollection
names string
comparer IComparer
Résultat PropertyDescriptorCollection

this() public méthode

public this ( int index ) : PropertyDescriptor
index int
Résultat PropertyDescriptor

this() public méthode

public this ( string name ) : PropertyDescriptor
name string
Résultat PropertyDescriptor