Name | Description | |
---|---|---|
CustomPropertyDefinitionCollection Constructor | Initializes a new instance of the CustomPropertyDefinitionCollection class. |
The following tables list the members exposed by CustomPropertyDefinitionCollection.
Name | Description | |
---|---|---|
CustomPropertyDefinitionCollection Constructor | Initializes a new instance of the CustomPropertyDefinitionCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the CustomPropertyDefinitionCollection instance. (Inherited from System.Collections.ObjectModel.Collection<CustomPropertyDefinition>) | |
Item | Gets the element with the specified name or null if no element has the specified name value. |
Name | Description | |
---|---|---|
Add | Adds an object to the collection. (Inherited from System.Collections.ObjectModel.Collection<CustomPropertyDefinition>) | |
AddRange | Adds the range of objects to the collection. | |
Clear | Removes all objects from the CustomPropertyDefinitionCollection instance. This method cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<CustomPropertyDefinition>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<CustomPropertyDefinition>) | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<CustomPropertyDefinition>) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<CustomPropertyDefinition>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<CustomPropertyDefinition>) | |
Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<CustomPropertyDefinition>) | |
RemoveAt | Removes the element at the specified index of the CustomPropertyDefinitionCollection instance. This method is not overridable. (Inherited from System.Collections.ObjectModel.Collection<CustomPropertyDefinition>) |