ToolboxBrowsableAttribute.No 属性

[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]

获取 Browsable 设置为 false 的 ToolboxBrowsableAttribute

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ToolboxBrowsableAttribute 类

Microsoft.Windows.Design 命名空间

AttributeTableBuilder

其他资源

演练:创建设计时装饰器