Compartir a través de


PropertyOrder.CreateAfter (Método)

Crea un objeto PropertyOrder que se agrega después del token especificado.

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

Sintaxis

'Declaración
Public Shared Function CreateAfter ( _
    reference As PropertyOrder _
) As PropertyOrder
public static PropertyOrder CreateAfter(
    PropertyOrder reference
)
public:
static PropertyOrder^ CreateAfter(
    PropertyOrder^ reference
)
static member CreateAfter : 
        reference:PropertyOrder -> PropertyOrder 
public static function CreateAfter(
    reference : PropertyOrder
) : PropertyOrder

Parámetros

Valor devuelto

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Un nuevo objeto PropertyOrder.

Excepciones

Excepción Condición
ArgumentNullException

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

Seguridad de .NET Framework

Vea también

Referencia

PropertyOrder Clase

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

Otros recursos

Arquitectura de edición de propiedades

Extensibilidad de WPF Designer