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 为 nullnull 引用(在 Visual Basic 中为 Nothing)。 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。