Compartilhar via


Método PropertyOrder.CreateAfter

Cria um PropertyOrder objeto que é adicionado após o token especificado.

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

Sintaxe

'Declaração
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 de retorno

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Uma nova PropertyOrder objeto.

Exceções

Exceção Condição
ArgumentNullException

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

Segurança do .NET Framework

Consulte também

Referência

PropertyOrder Classe

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Propriedade de edição de arquitetura

Extensibilidade do WPF Designer