PropertyDescriptorCollection Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Add(PropertyDescriptor^) | Adds the specified PropertyDescriptor to the collection. |
![]() | Clear() | Removes all PropertyDescriptor objects from the collection. |
![]() | Contains(PropertyDescriptor^) | Returns whether the collection contains the given PropertyDescriptor. |
![]() | CopyTo(Array^, Int32) | Copies the entire collection to an array, starting at the specified index number. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | Find(String^, Boolean) | Returns the PropertyDescriptor with the specified name, using a Boolean to indicate whether to ignore case. |
![]() | GetEnumerator() | Returns an enumerator for this class. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IndexOf(PropertyDescriptor^) | Returns the index of the given PropertyDescriptor. |
![]() | Insert(Int32, PropertyDescriptor^) | Adds the PropertyDescriptor to the collection at the specified index number. |
![]() | InternalSort(IComparer^) | Sorts the members of this collection, using the specified IComparer. |
![]() | InternalSort(array<String^>^) | Sorts the members of this collection. The specified order is applied first, followed by the default sort for this collection, which is usually alphabetical. |
![]() | MemberwiseClone() | |
![]() | Remove(PropertyDescriptor^) | Removes the specified PropertyDescriptor from the collection. |
![]() | RemoveAt(Int32) | Removes the PropertyDescriptor at the specified index from the collection. |
![]() | Sort() | Sorts the members of this collection, using the default sort for this collection, which is usually alphabetical. |
![]() | Sort(IComparer^) | Sorts the members of this collection, using the specified IComparer. |
![]() | Sort(array<String^>^) | Sorts the members of this collection. The specified order is applied first, followed by the default sort for this collection, which is usually alphabetical. |
![]() | Sort(array<String^>^, IComparer^) | Sorts the members of this collection. The specified order is applied first, followed by the sort using the specified IComparer. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDictionary::Add(Object^, Object^) | Adds an element with the provided key and value to the IDictionary. |
![]() ![]() | IDictionary::Clear() | Removes all elements from the IDictionary. |
![]() ![]() | IDictionary::Contains(Object^) | Determines whether the IDictionary contains an element with the specified key. |
![]() ![]() | IDictionary::GetEnumerator() | Returns an enumerator for this class. |
![]() ![]() | IDictionary::Remove(Object^) | Removes the element with the specified key from the IDictionary. |
![]() ![]() | IEnumerable::GetEnumerator() | Returns an IEnumerator for the IDictionary. |
![]() ![]() | IList::Add(Object^) | Adds an item to the IList. |
![]() ![]() | IList::Clear() | Removes all items from the collection. |
![]() ![]() | IList::Contains(Object^) | Determines whether the collection contains a specific value. |
![]() ![]() | IList::IndexOf(Object^) | Determines the index of a specified item in the collection. |
![]() ![]() | IList::Insert(Int32, Object^) | Inserts an item into the collection at a specified index. |
![]() ![]() | IList::Remove(Object^) | Removes the first occurrence of a specified value from the collection. |
![]() ![]() | IList::RemoveAt(Int32) | Removes the item at the specified index. |



