PropertyOrderAttribute.Order-Eigenschaft

Ruft die zugeordnete PropertyOrder ab.

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

Syntax

'Declaration
Public ReadOnly Property Order As PropertyOrder
    Get
public PropertyOrder Order { get; }
public:
property PropertyOrder^ Order {
    PropertyOrder^ get ();
}
member Order : PropertyOrder
function get Order () : PropertyOrder

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Die Priorität, mit der die Eigenschaft im Eigenschaftenbrowser angezeigt wird.

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