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

参数

  • attributes
    类型:array<System.Attribute[]
    要添加到 assembly 的新特性。

异常

异常 条件
ArgumentNullException

assembly 或 attributes 为 nulla null reference (Nothing in Visual Basic)。

.NET Framework 安全性

请参见

参考

AttributeTableBuilder 类

AddCustomAttributes 重载

Microsoft.Windows.Design.Metadata 命名空间