This topic has not yet been rated - Rate this topic

PropertyValue.Collection Property

When overridden in a derived class, gets a PropertyValueCollection of objects that represents the value of the PropertyValue.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
public abstract PropertyValueCollection Collection { get; }

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection
A collection of objects that represents the value of the PropertyValue.

If an instance of PropertyValue represents a value that is a collection, it uses the Collection property to return a PropertyValueCollection. You can use the IsCollection property to determine whether a PropertyValue represents a value that is a collection. An example of a property whose value is a collection is the RowDefinitions property.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ