PropertyValueCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of PropertyValue instances.
The PropertyValueCollection type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the PropertyValueCollection class.
Top
Methods
Name
Description
When overridden in a derived class, adds the specified object into the collection.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
When overridden in a derived class, returns a strongly typed IEnumerator for the collection of PropertyValue objects.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
When overridden in a derived class, inserts the specified object into the collection at the specified index.
Creates a shallow copy of the current Object. (Inherited from Object.)
Raises the CollectionChanged event.
When overridden in a derived class, removes the specified PropertyValue from the collection.
When overridden in a derived class, removes the PropertyValue from the collection at the specified index.
When overridden in a derived class, swaps the order of objects in the collection.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
When overridden in a derived class, gets the number of items in the collection.
When overridden in a derived class, gets the PropertyValue at the specified index.
Gets the parent PropertyValue.
Top
Events
Name
Description
Occurs when the PropertyValueCollection changes.
Top
Explicit Interface Implementations
Name
Description
Infrastructure. For a description of this member, see IEnumerable.GetEnumerator.
Top