PropertyOrderAttribute-Konstruktor

Initialisiert eine neue Instanz der PropertyOrderAttribute-Klasse.

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
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

order hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

Hinweise

Die Standardprioritäten, die von der PropertyOrder-Klasse bereitgestellt werden, sind Early, Late und Default.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyOrderAttribute Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

CreateBefore

CreateAfter

Weitere Ressourcen

Erweiterbare Architektur des WPF-Designers