Compartilhar via


Método AttributeCallbackBuilder.AddCustomAttributes (array<Attribute )

Adiciona o conteúdo dos atributos especificados para esse construtor.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)

Sintaxe

'Declaração
Public Sub AddCustomAttributes ( _
    ParamArray attributes As Attribute() _
)
public void AddCustomAttributes(
    params Attribute[] attributes
)
public:
void AddCustomAttributes(
    ... array<Attribute^>^ attributes
)
member AddCustomAttributes : 
        attributes:Attribute[] -> unit 
public function AddCustomAttributes(
    ... attributes : Attribute[]
)

Parâmetros

  • attributes
    Tipo: array<System.Attribute[]
    Uma matriz de novos atributos para adicionar.

Exceções

Exceção Condição
ArgumentNullException

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

Comentários

Os conflitos são resolvidos com uma estratégia de última no wins.

Exemplos

O exemplo de código a seguir mostra como adicionar um atributo a um tipo usando o AttributeCallbackBuilder classe. This code example is part of a larger example provided for the AttributeCallbackBuilder class.

callbackBuilder.AddCustomAttributes(
    new DefaultPropertyAttribute("Content"));

Segurança do .NET Framework

Consulte também

Referência

AttributeCallbackBuilder Classe

Sobrecargas AddCustomAttributes

Namespace Microsoft.Windows.Design.Metadata

AttributeTableBuilder

AddCallback

AttributeTable