ToolboxBrowsableAttribute.Yes 属性

获取 Browsable 设置为 true 的 ToolboxBrowsableAttribute

命名空间:  Microsoft.Windows.Design
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Shared ReadOnly Property Yes As ToolboxBrowsableAttribute
    Get
public static ToolboxBrowsableAttribute Yes { get; }
public:
static property ToolboxBrowsableAttribute^ Yes {
    ToolboxBrowsableAttribute^ get ();
}
static member Yes : ToolboxBrowsableAttribute
static function get Yes () : ToolboxBrowsableAttribute

属性值

类型:Microsoft.Windows.Design.ToolboxBrowsableAttribute
ToolboxBrowsableAttribute 的预定义的静态实例,其 Browsable 设置为 false。

.NET Framework 安全性

请参见

参考

ToolboxBrowsableAttribute 类

Microsoft.Windows.Design 命名空间

AttributeTableBuilder

其他资源

演练:创建设计时装饰器