Bagikan melalui


PropertyValue Constructor

Initializes a new instance of the PropertyValue class.

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

Syntax

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

Parameters

Exceptions

Exception Condition
ArgumentNullException

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

Remarks

The PropertyValue class represents the underlying value of a property. The PropertyEntry class represents the property itself. The PropertyEntry is the parent, and the PropertyValue is the child.

.NET Framework Security

See Also

Reference

PropertyValue Class

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyValueEditor

Other Resources

WPF Designer Extensibility

Property Editing Architecture