Partager via


PropertyOrderAttribute, constructeur

Initialise une nouvelle instance de la classe PropertyOrderAttribute.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Paramètres

Exceptions

Exception Condition
ArgumentNullException

order est nullune référence null (Nothing en Visual Basic).

Notes

Les priorités standard fournies par la classe PropertyOrder sont Early, Late et Default.

Sécurité .NET Framework

Voir aussi

Référence

PropertyOrderAttribute Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

CreateBefore

CreateAfter

Autres ressources

Architecture de l'extensibilité du Concepteur WPF