AdviceAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个属性,可用于向函数或类的用户提供编程建议。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct | System.AttributeTargets.Enum | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Field | System.AttributeTargets.Event | System.AttributeTargets.Interface | System.AttributeTargets.Delegate, Inherited=false)]
public class AdviceAttribute : Attribute
type AdviceAttribute = class
inherit Attribute
- 继承
-
AdviceAttribute
- 派生
- 属性
注解
此属性旨在为开发人员提供有关操作的一些指导。 当用户使用代码分析等功能来提示如何改进代码时,IDE 会显示 属性的内容。
构造函数
AdviceAttribute(String) |
一个属性,可用于向函数或类的用户提供编程建议。 |
属性
Message |
一个属性,可用于向函数或类的用户提供编程建议。 |