Proprietà PropertyOrderAttribute.Order

Ottiene l'oggetto PropertyOrder associato.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Priorità in base alla quale visualizzare la proprietà nel Visualizzatore proprietà.

Note

Le priorità standard fornite dalla classe PropertyOrder sono Early, Late e Default.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyOrderAttribute Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

CreateBefore

CreateAfter

Altre risorse

Architettura di estensibilità di Progettazione WPF