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
- order
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
O PropertyOrder para atribuir a propriedade.
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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.PropertyEditing