Compartir a través de


AttributeTableBuilder.AddCustomAttributes (Método) (Assembly, array<Attribute )

Agrega el contenido de la matriz de atributos proporcionada al generador de la tabla.

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

Sintaxis

'Declaración
Public Sub AddCustomAttributes ( _
    assembly As Assembly, _
    ParamArray attributes As Attribute() _
)
public void AddCustomAttributes(
    Assembly assembly,
    params Attribute[] attributes
)
public:
void AddCustomAttributes(
    Assembly^ assembly, 
    ... array<Attribute^>^ attributes
)
member AddCustomAttributes : 
        assembly:Assembly * 
        attributes:Attribute[] -> unit 
public function AddCustomAttributes(
    assembly : Assembly, 
    ... attributes : Attribute[]
)

Parámetros

  • attributes
    Tipo: array<System.Attribute[]
    Los nuevos atributos que se van a agregar a assembly.

Excepciones

Excepción Condición
ArgumentNullException

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

Seguridad de .NET Framework

Vea también

Referencia

AttributeTableBuilder Clase

AddCustomAttributes (Sobrecarga)

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