ToolboxItemAttribute 成员
表示工具箱项的属性。
下表列出了由 ToolboxItemAttribute 类型公开的成员。
公共构造函数
名称 | 说明 | |
---|---|---|
ToolboxItemAttribute | 已重载。初始化 ToolboxItemAttribute 类的新实例,并指定是否使用默认初始化值。 |
页首
公共字段
名称 | 说明 | |
---|---|---|
Default | 初始化 ToolboxItemAttribute 类的新实例并将类型设置为默认值 ToolboxItem。此字段为只读。 | |
None | 初始化 ToolboxItemAttribute 类的新实例并将类型设置为 空引用(在 Visual Basic 中为 Nothing)。此字段为只读。 |
页首
公共属性
名称 | 说明 | |
---|---|---|
ToolboxItemType | 获取或设置工具箱项的类型。 | |
ToolboxItemTypeName | 获取或设置当前 ToolboxItem 的类型名称。 | |
TypeId | 当在派生类中实现时,获取该 Attribute 的唯一标识符。(从 Attribute 继承。) |
页首
公共方法
(请参见 受保护的方法 )
名称 | 说明 | |
---|---|---|
Equals | 已重载。 已重写。 比较两个 ToolboxItemAttribute 对象,以确定它们是否相同。 | |
GetCustomAttribute | 已重载。 检索应用于程序集、模块、类型成员或方法参数的指定类型的自定义属性。 (从 Attribute 继承。) | |
GetCustomAttributes | 已重载。 检索应用于程序集、模块、类型成员或方法参数的自定义属性的数组。 (从 Attribute 继承。) | |
GetHashCode | 已重写。 | |
GetType | 获取当前实例的 Type。 (从 Object 继承。) | |
IsDefaultAttribute | 已重写。 获取一个值,该值指示该属性的当前值是否为该属性的默认值。 | |
IsDefined | 已重载。 确定是否将指定类型的任意自定义属性应用于程序集、模块、类型成员或方法参数。 (从 Attribute 继承。) | |
Match | 当在派生类中重写时,返回一个指示此实例是否等于指定对象的值。 (从 Attribute 继承。) | |
ReferenceEquals | 确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。) | |
ToString | 返回表示当前 Object 的 String。 (从 Object 继承。) |
页首
受保护的方法
名称 | 说明 | |
---|---|---|
Finalize | 允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (从 Object 继承。) |
页首
请参见
参考
ToolboxItemAttribute 类
System.ComponentModel 命名空间
ToolboxItem
Attribute