Costruttore PropertyOrderAttribute

Inizializza una nuova istanza della classe PropertyOrderAttribute.

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

Sintassi

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

Parametri

Eccezioni

Eccezione Condizione
ArgumentNullException

order è nullriferimento null (Nothing in Visual Basic).

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