Freigeben über


AttributeTableBuilder.AddCustomAttributes-Methode (Assembly, array<Attribute )

Fügt den Inhalt des bereitgestellten Attributarrays dem Tabellen-Generator hinzu.

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

Syntax

'Declaration
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[]
)

Parameter

  • attributes
    Typ: array<System.Attribute[]
    Die neuen Attribute, die zu assembly hinzugefügt werden sollen.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

assembly oder attributes ist nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

AttributeTableBuilder Klasse

AddCustomAttributes-Überladung

Microsoft.Windows.Design.Metadata-Namespace