The PropertyDefinitionCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a PropertyDefinition object to the end of the list.
(Inherited from PropertyDefinitionList.) | |
| Clear | (Inherited from ValidatingList.) | |
| Contains |
Determines whether a PropertyDefinition object is in the list.
(Inherited from PropertyDefinitionList.) | |
| CopyTo | (Inherited from ValidatingList.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetEnumerator | (Inherited from ValidatingList.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Searches for the specified PropertyDefinition object and returns the zero-based index of the first occurrence within the entire list.
(Inherited from PropertyDefinitionList.) | |
| Insert |
Inserts a PropertyDefinition object into the list at the specified index.
(Inherited from PropertyDefinitionList.) | |
| OnClear | (Inherited from ValidatingList.) | |
| OnInsert | (Inherited from ValidatingList.) | |
| OnRemove | (Inherited from ValidatingList.) | |
| OnSet | (Inherited from ValidatingList.) | |
| Remove |
Removes the first occurrence of a specific PropertyDefinition object from the list.
(Inherited from PropertyDefinitionList.) | |
| RemoveAt | (Inherited from ValidatingList.) | |
| ToArray |
Copies the elements of the list to a new array of PropertyDefinition objects.
(Inherited from PropertyDefinitionList.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |