DesignerSerializationVisibility Enumeration
.NET Framework (current version)
Specifies the visibility a property has to the design-time serializer.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Content | The code generator produces code for the contents of the object, rather than for the object itself. | |
| Hidden | The code generator does not produce code for the object. | |
| Visible | The code generator produces code for the object. |
A visual designer uses a DesignerSerializationVisibility value to indicate which aspects of the property or event should be examined and saved.
For an example of using the DesignerSerializationVisibility enumerator, please see the sample code at DesignerSerializationVisibilityAttribute.
.NET Framework
Available since 1.1
Available since 1.1
Show: