更新:2007 年 11 月
试图使用一个在没有 System.AttributeUsageAttribute 的情况下声明的属性来定义其用法。
**错误 ID:**BC31505
更正此错误
- 自定义属性必须是从应用了 AttributeUsageAttribute 属性的 System.Attribute 派生的类。
更新:2007 年 11 月
试图使用一个在没有 System.AttributeUsageAttribute 的情况下声明的属性来定义其用法。
**错误 ID:**BC31505