Compartilhar via


Método PropertyOrder.CreateBefore

Cria um PropertyOrder objeto que é adicionado antes do símbolo especificado.

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

Sintaxe

'Declaração
Public Shared Function CreateBefore ( _
    reference As PropertyOrder _
) As PropertyOrder
public static PropertyOrder CreateBefore(
    PropertyOrder reference
)
public:
static PropertyOrder^ CreateBefore(
    PropertyOrder^ reference
)
static member CreateBefore : 
        reference:PropertyOrder -> PropertyOrder 
public static function CreateBefore(
    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