AttributeCallbackBuilder.AddCustomAttributes メソッド (array<Attribute )
このビルダーに指定されている属性の内容を追加します。
名前空間: Microsoft.Windows.Design.Metadata
アセンブリ: Microsoft.Windows.Design.Extensibility (Microsoft.Windows.Design.Extensibility.dll 内)
構文
'宣言
Public Sub AddCustomAttributes ( _
ParamArray attributes As Attribute() _
)
public void AddCustomAttributes(
params Attribute[] attributes
)
public:
void AddCustomAttributes(
... array<Attribute^>^ attributes
)
member AddCustomAttributes :
attributes:Attribute[] -> unit
public function AddCustomAttributes(
... attributes : Attribute[]
)
パラメーター
- attributes
型: array<System.Attribute[]
追加する新しい属性の配列。
例外
例外 | 条件 |
---|---|
ArgumentNullException | attributes は nullnull 参照 (Visual Basic では Nothing) なので、 |
解説
競合は、最新操作の優先方式で解決されます。
例
AttributeCallbackBuilder クラスを使用して、属性を型に追加する方法を次のコード例に示します。 次のコード例は、AttributeCallbackBuilder クラス用のより大きなコード例の一部です。
callbackBuilder.AddCustomAttributes(
new DefaultPropertyAttribute("Content"));
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。