EnumStringAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示生成的枚举中字段的自定义属性。
[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 |
获取自定义属性中的文本字符串。 |