AdviceAttribute 类

定义

一个属性,可用于向函数或类的用户提供编程建议。

[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

一个属性,可用于向函数或类的用户提供编程建议。

适用于