Share via


PropertyOrderAttribute Constructor

Initializes a new instance of the PropertyOrderAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    order As PropertyOrder _
)
public PropertyOrderAttribute(
    PropertyOrder order
)
public:
PropertyOrderAttribute(
    PropertyOrder^ order
)
new : 
        order:PropertyOrder -> PropertyOrderAttribute
public function PropertyOrderAttribute(
    order : PropertyOrder
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

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

Remarks

The standard priorities that are provided by the PropertyOrder class are Early, Late, and Default.

.NET Framework Security

See Also

Reference

PropertyOrderAttribute Class

Microsoft.Windows.Design.PropertyEditing Namespace

CreateBefore

CreateAfter

Other Resources

WPF Designer Extensibility Architecture