EnumStringAttribute 类

定义

表示生成的枚举中字段的自定义属性。

[System.AttributeUsage(System.AttributeTargets.Field, AllowMultiple=false, Inherited=false)]
public sealed class EnumStringAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field, AllowMultiple=false, Inherited=false)>]
type EnumStringAttribute = class
    inherit Attribute
Public NotInheritable Class EnumStringAttribute
Inherits Attribute
继承
EnumStringAttribute
属性

构造函数

EnumStringAttribute(String)

使用提供的文本字符串初始化 EnumStringAttribute 类的新实例。

属性

Value

获取自定义属性中的文本字符串。

适用于