The PropertyDefinitionCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a PropertyDefinition object to the end of the list.
(Inherited from PropertyDefinitionList.)
Public methodClear (Inherited from ValidatingList.)
Public methodContains
Determines whether a PropertyDefinition object is in the list.
(Inherited from PropertyDefinitionList.)
Public methodCopyTo (Inherited from ValidatingList.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ValidatingList.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified PropertyDefinition object and returns the zero-based index of the first occurrence within the entire list.
(Inherited from PropertyDefinitionList.)
Public methodInsert
Inserts a PropertyDefinition object into the list at the specified index.
(Inherited from PropertyDefinitionList.)
Protected methodOnClear (Inherited from ValidatingList.)
Protected methodOnInsert (Inherited from ValidatingList.)
Protected methodOnRemove (Inherited from ValidatingList.)
Protected methodOnSet (Inherited from ValidatingList.)
Public methodRemove
Removes the first occurrence of a specific PropertyDefinition object from the list.
(Inherited from PropertyDefinitionList.)
Public methodRemoveAt (Inherited from ValidatingList.)
Public methodToArray
Copies the elements of the list to a new array of PropertyDefinition objects.
(Inherited from PropertyDefinitionList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also