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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。