PropertyOrderAttribute.Order (Propiedad)

Obtiene el objeto PropertyOrder asociado.

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

Sintaxis

'Declaración
Public ReadOnly Property Order As PropertyOrder
    Get
public PropertyOrder Order { get; }
public:
property PropertyOrder^ Order {
    PropertyOrder^ get ();
}
member Order : PropertyOrder
function get Order () : PropertyOrder

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Prioridad según la que se va a mostrar la propiedad en el explorador de propiedades.

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