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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。