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
- order
Type : Microsoft.Windows.Design.PropertyEditing.PropertyOrder
PropertyOrder à assigner à la propriété.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms