Compartir a través de


AttributeCallbackBuilder.AddCustomAttributes (Método) (array<Attribute )

Agrega el contenido de los atributos especificados a este generador.

Espacio de nombres:  Microsoft.Windows.Design.Metadata
Ensamblado:  Microsoft.Windows.Design.Extensibility (en Microsoft.Windows.Design.Extensibility.dll)

Sintaxis

'Declaración
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[]
    Matriz de nuevos atributos que se van a agregar.

Excepciones

Excepción Condición
ArgumentNullException

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

Comentarios

Los conflictos se resuelven con una estrategia de prevalencia del último en llegar.

Ejemplos

En el ejemplo de código siguiente se muestra cómo agregar un atributo a un tipo mediante la clase AttributeCallbackBuilder. Este ejemplo de código forma parte de un ejemplo más extenso referente a la clase AttributeCallbackBuilder.

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

Seguridad de .NET Framework

Vea también

Referencia

AttributeCallbackBuilder Clase

AddCustomAttributes (Sobrecarga)

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

AttributeTableBuilder

AddCallback

AttributeTable