Sdílet prostřednictvím


AttributeTableBuilder.AddCustomAttributes – metoda (Assembly, array<Attribute )

Přidá obsah pole zadané atributy tabulky Tvůrce.

Obor názvů:  Microsoft.Windows.Design.Metadata
Sestavení:  Microsoft.Windows.Design.Extensibility (v Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

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

Parametry

Výjimky

Výjimka Podmínka
ArgumentNullException

assemblyor attributes is nullodkaz Null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AttributeTableBuilder Třída

AddCustomAttributes – přetížení

Microsoft.Windows.Design.Metadata – obor názvů