DesignerSerializationVisibilityAttribute 成员

指定在设计时序列化组件上的属性 (Property) 时所使用的持久性类型。

下表列出了由 DesignerSerializationVisibilityAttribute 类型公开的成员。

公共构造函数

  名称 说明
Public method DesignerSerializationVisibilityAttribute 使用指定的 DesignerSerializationVisibility 值初始化 DesignerSerializationVisibilityAttribute 类的新实例。

页首

公共字段

  名称 说明
Public field Static Content 指定序列化程序应该序列化属性 (Property) 的内容,而不是属性 (Property) 本身。此字段为只读。
Public field Static Default 指定默认值为 Visible,也就是说,可视化设计器使用默认规则来生成属性 (Property) 值。此 static 字段是只读的。
Public field Static Hidden 指定序列化程序不应该序列化属性 (Property) 的值。此 static 字段是只读的。
Public field Static Visible 指定应该允许序列化程序序列化属性 (Property) 的值。此 static 字段是只读的。

页首

公共属性

  名称 说明
Public property TypeId  当在派生类中实现时,获取该 Attribute 的唯一标识符。(从 Attribute 继承。)
Public property Visibility 获取一个值,该值指示序列化程序在确定是否以及如何保持某个属性 (Property) 的值时应使用的基本序列化模式。

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Equals 已重载。 已重写。 指示此实例与指定对象是否相等。
Public method Static GetCustomAttribute  已重载。 检索应用于程序集、模块、类型成员或方法参数的指定类型的自定义属性。 (从 Attribute 继承。)
Public method Static GetCustomAttributes  已重载。 检索应用于程序集、模块、类型成员或方法参数的自定义属性的数组。 (从 Attribute 继承。)
Public method GetHashCode 已重写。 返回该对象的哈希代码。
Public method GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method IsDefaultAttribute 已重写。 获取一个值,该值指示该属性 (Attribute) 的当前值是否为该属性 (Attribute) 的默认值。
Public method Static IsDefined  已重载。 确定是否将指定类型的任意自定义属性应用于程序集、模块、类型成员或方法参数。 (从 Attribute 继承。)
Public method Match  当在派生类中重写时,返回一个指示此实例是否等于指定对象的值。 (从 Attribute 继承。)
Public method Static ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

请参见

参考

DesignerSerializationVisibilityAttribute 类
System.ComponentModel 命名空间
Attribute
PropertyDescriptor
AttributeCollection 类
PropertyDescriptorCollection

其他资源

如何:使用 DesignerSerializationVisibilityAttribute 序列化标准类型的集合