Share via


PropertyEntryCollection Constructor

Initializes a new instance of the PropertyEntryCollection 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 PropertyEntryCollection(
    PropertyValue parentValue
)
protected:
PropertyEntryCollection(
    PropertyValue^ parentValue
)
new : 
        parentValue:PropertyValue -> PropertyEntryCollection
protected function PropertyEntryCollection(
    parentValue : PropertyValue
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

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

Remarks

The PropertyEntryCollection class is for host implementations.

.NET Framework Security

See Also

Reference

PropertyEntryCollection Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture