DesignerSerializationVisibilityAttribute::Content Field
.NET Framework (current version)
Specifies that a serializer should serialize the contents of the property, rather than the property itself. This field is read-only.
Assembly: System (in System.dll)
Field Value
Type: System.ComponentModel::DesignerSerializationVisibilityAttribute^When you mark a property with DesignerSerializationVisibilityAttribute.Content, the value of its Visibility property is set to Content.
.NET Framework
Available since 1.1
Available since 1.1
Show: