Share via


PropertyValueCollection Constructor

Initializes a new instance of the PropertyValueCollection class.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Protected Sub New ( _
    parentValue As PropertyValue _
)
protected PropertyValueCollection(
    PropertyValue parentValue
)
protected:
PropertyValueCollection(
    PropertyValue^ parentValue
)
new : 
        parentValue:PropertyValue -> PropertyValueCollection
protected function PropertyValueCollection(
    parentValue : PropertyValue
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

parentValue is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

PropertyValueCollection Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture