PropertyOrderAttribute (Constructor)

Inicializa una nueva instancia de la clase PropertyOrderAttribute.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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

Excepciones

Excepción Condición
ArgumentNullException

El valor de order es nullreferencia null (Nothing en Visual Basic).

Comentarios

Las prioridades estándar proporcionadas por la clase PropertyOrder son Early, Late y Default.

Seguridad de .NET Framework

Vea también

Referencia

PropertyOrderAttribute Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

CreateBefore

CreateAfter

Otros recursos

Arquitectura de extensibilidad de WPF Designer