码迷,mamicode.com
首页 > 其他好文 > 详细

DescriptionAttribute Class

时间:2018-11-19 17:35:45      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:ted   sso   nat   image   描述   div   category   esc   turn   

 

指定属性或事件的描述。

[Description("The image associated with the control"),Category("Appearance")] 
 public Image MyImage {
    get {
       // Insert code here.
       return image1;
    }
    set {
       // Insert code here.
    }
 }

 

DescriptionAttribute Class

标签:ted   sso   nat   image   描述   div   category   esc   turn   

原文地址:https://www.cnblogs.com/Tpf386/p/9983656.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!