CodeTypeMember.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

プロパティ値

メンバーのカスタム属性を示す CodeAttributeDeclarationCollection

注釈

このプロパティを使用して、メンバーの宣言にメタデータ属性を追加できます。

注意事項

このプロパティは null 既定で、参照される前にコンテンツを確認する必要があります。

適用対象

こちらもご覧ください