标题:经常在程序里看到这些代码,这是什么意思
只看楼主
CMYK
Rank: 2
等 级:论坛游民
帖 子:67
专家分:74
注 册:2011-9-19
结帖率:46.15%
已结贴  问题点数:20 回复次数:1 
经常在程序里看到这些代码,这是什么意思
程序代码:
        /// <summary>
        /// Get/Set the message displayed to the user
        /// </summary>
        [Description("The message to display")]
        [Category("Parameters")]


程序代码:
    /// <summary>
    /// A simple activity that displays a message to the console when it executes
    /// </summary>
    [ActivityValidator(typeof(WriteLineValidator))]
    [Designer(typeof(WriteLineDesigner))]
    [ToolboxBitmap(typeof(WriteLineActivity),"Resources.WriteLine.png")]
    [ToolboxItem(typeof(WriteLineToolboxItem))]
搜索更多相关主题的帖子: message 
2013-08-12 17:13
shangsharon
Rank: 9Rank: 9Rank: 9
来 自:湖北武汉
等 级:蜘蛛侠
威 望:7
帖 子:221
专家分:1261
注 册:2012-3-25
得分:14 
这算是比较高级的部分,C#特性.我也不怎么会用它.
2013-08-12 17:50



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-418971-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.625195 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved