PropertyDescriptorCollection Methods

 

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodAdd(PropertyDescriptor^)

Adds the specified PropertyDescriptor to the collection.

System_CAPS_pubmethodClear()

Removes all PropertyDescriptor objects from the collection.

System_CAPS_pubmethodContains(PropertyDescriptor^)

Returns whether the collection contains the given PropertyDescriptor.

System_CAPS_pubmethodCopyTo(Array^, Int32)

Copies the entire collection to an array, starting at the specified index number.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodFind(String^, Boolean)

Returns the PropertyDescriptor with the specified name, using a Boolean to indicate whether to ignore case.

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator for this class.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIndexOf(PropertyDescriptor^)

Returns the index of the given PropertyDescriptor.

System_CAPS_pubmethodInsert(Int32, PropertyDescriptor^)

Adds the PropertyDescriptor to the collection at the specified index number.

System_CAPS_protmethodInternalSort(IComparer^)

Sorts the members of this collection, using the specified IComparer.

System_CAPS_protmethodInternalSort(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.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodRemove(PropertyDescriptor^)

Removes the specified PropertyDescriptor from the collection.

System_CAPS_pubmethodRemoveAt(Int32)

Removes the PropertyDescriptor at the specified index from the collection.

System_CAPS_pubmethodSort()

Sorts the members of this collection, using the default sort for this collection, which is usually alphabetical.

System_CAPS_pubmethodSort(IComparer^)

Sorts the members of this collection, using the specified IComparer.

System_CAPS_pubmethodSort(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.

System_CAPS_pubmethodSort(array<String^>^, IComparer^)

Sorts the members of this collection. The specified order is applied first, followed by the sort using the specified IComparer.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAsParallel()

Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.)

System_CAPS_pubmethodAsQueryable()

Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.)

System_CAPS_pubmethodCast<TResult>()

Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.)

System_CAPS_pubmethodOfType<TResult>()

Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIDictionary::Add(Object^, Object^)

Adds an element with the provided key and value to the IDictionary.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDictionary::Clear()

Removes all elements from the IDictionary.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDictionary::Contains(Object^)

Determines whether the IDictionary contains an element with the specified key.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDictionary::GetEnumerator()

Returns an enumerator for this class.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDictionary::Remove(Object^)

Removes the element with the specified key from the IDictionary.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Returns an IEnumerator for the IDictionary.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Add(Object^)

Adds an item to the IList.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Clear()

Removes all items from the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Contains(Object^)

Determines whether the collection contains a specific value.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::IndexOf(Object^)

Determines the index of a specified item in the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

Inserts an item into the collection at a specified index.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

Removes the first occurrence of a specified value from the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::RemoveAt(Int32)

Removes the item at the specified index.

Return to top
Show: