共用方式為


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 是 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

AttributeTableBuilder 類別

AddCustomAttributes 多載

Microsoft.Windows.Design.Metadata 命名空間