Compartilhar via


Construtor PropertyOrderAttribute

Initializes a new instance of the PropertyOrderAttribute class.

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

Sintaxe

'Declaração
Public Sub New ( _
    order As PropertyOrder _
)
public PropertyOrderAttribute(
    PropertyOrder order
)
public:
PropertyOrderAttribute(
    PropertyOrder^ order
)
new : 
        order:PropertyOrder -> PropertyOrderAttribute
public function PropertyOrderAttribute(
    order : PropertyOrder
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

order is nulluma referência nula (Nothing no Visual Basic).

Comentários

As prioridades padrão fornecidos pelo PropertyOrder classe são Early, Late, e Default.

Segurança do .NET Framework

Consulte também

Referência

PropertyOrderAttribute Classe

Namespace Microsoft.Windows.Design.PropertyEditing

CreateBefore

CreateAfter

Outros recursos

Arquitetura de extensibilidade Designer WPF