Поделиться через


AttributeTableBuilder.AddCustomAttributes - метод (Assembly, array<Attribute[])

Добавление содержимого предоставляемого массива атрибутов к конструктору таблицы.

Пространство имен:  Microsoft.Windows.Design.Metadata
Сборка:  Microsoft.Windows.Design.Extensibility (в Microsoft.Windows.Design.Extensibility.dll)

Синтаксис

'Декларация
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[]
)

Параметры

  • assembly
    Тип: System.Reflection.Assembly
    Сборка, к которой необходимо добавить атрибуты уровня сборки.
  • attributes
    Тип: array<System.Attribute[]
    Новые атрибуты, добавляемые к типу assembly.

Исключения

Исключение Условие
ArgumentNullException

Значение параметра assembly или attributes — nullпустая ссылка (Nothing в Visual Basic).

Безопасность платформы .NET Framework

См. также

Ссылки

AttributeTableBuilder Класс

AddCustomAttributes - перегрузка

Microsoft.Windows.Design.Metadata - пространство имен