CodeParameterDeclarationExpression.CustomAttributes プロパティ

定義

パラメーター宣言のカスタム属性を取得または設定します。

public:
 property System::CodeDom::CodeAttributeDeclarationCollection ^ CustomAttributes { System::CodeDom::CodeAttributeDeclarationCollection ^ get(); void set(System::CodeDom::CodeAttributeDeclarationCollection ^ value); };
public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get; set; }
member this.CustomAttributes : System.CodeDom.CodeAttributeDeclarationCollection with get, set
Public Property CustomAttributes As CodeAttributeDeclarationCollection

プロパティ値

カスタム属性を示すオブジェクト。

適用対象

こちらもご覧ください