Share via


PropertyEntry Constructor (PropertyValue)

Initializes a new instance of the PropertyEntry class that acts as a sub-property of the specified PropertyValue.

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 PropertyEntry(
    PropertyValue parentValue
)
protected:
PropertyEntry(
    PropertyValue^ parentValue
)
new : 
        parentValue:PropertyValue -> PropertyEntry
protected function PropertyEntry(
    parentValue : PropertyValue
)

Parameters

.NET Framework Security

See Also

Reference

PropertyEntry Class

PropertyEntry Overload

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture