Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​ComponentModel.​DesignerSerializationVisibility
Assembly: System.ComponentModel.Primitives
Specifies the visibility a property has to the design-time serializer.
Values
Hidden
The code generator does not produce code for the object.
Visible
The code generator produces code for the object.
Content
The code generator produces code for the contents of the object, rather than for the object itself.