DescriptionAttribute Class
Posted tpf386
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DescriptionAttribute Class相关的知识,希望对你有一定的参考价值。
指定属性或事件的描述。
[Description("The image associated with the control"),Category("Appearance")] public Image MyImage { get { // Insert code here. return image1; } set { // Insert code here. } }
以上是关于DescriptionAttribute Class的主要内容,如果未能解决你的问题,请参考以下文章
将带有 [DescriptionAttribute] 的枚举转换为 Dictionary<string,int> [重复]
C# 给枚举定义DescriptionAttribute,把枚举转换为键值对
C# 给枚举定义DescriptionAttribute,把枚举转换为键值对