PropertyDescriptorCollection Methods
The methods of the PropertyDescriptorCollection class are listed here. For a complete list of PropertyDescriptorCollection class members, see the PropertyDescriptorCollection Members topic.
Public Methods
Add Supported by the .NET Compact Framework. | Adds the specified PropertyDescriptor to the collection. |
Clear Supported by the .NET Compact Framework. | Removes all PropertyDescriptor objects from the collection. |
Contains Supported by the .NET Compact Framework. | Returns whether the collection contains the given PropertyDescriptor. |
CopyTo Supported by the .NET Compact Framework. | Copies the entire collection to an array, starting at the specified index number. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
Find Supported by the .NET Compact Framework. | Returns the PropertyDescriptor with the specified name, using a Boolean to indicate whether to ignore case. |
GetEnumerator Supported by the .NET Compact Framework. | Returns an enumerator for this class. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
IndexOf Supported by the .NET Compact Framework. | Returns the index of the given PropertyDescriptor. |
Insert Supported by the .NET Compact Framework. | Adds the PropertyDescriptor to the collection at the specified index number. |
Remove Supported by the .NET Compact Framework. | Removes the specified PropertyDescriptor from the collection. |
RemoveAt Supported by the .NET Compact Framework. | Removes the PropertyDescriptor at the specified index from the collection. |
Sort | Overloaded. Sorts the members of this collection. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
InternalSort | Overloaded. Sorts the members of this collection. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
See Also
PropertyDescriptorCollection Class | System.ComponentModel Namespace
