mscorlib(4.0.0.0) API with additions
DesignerSerializationVisibility.cs
2 
3 namespace System.ComponentModel
4 {
6  [ComVisible(true)]
8  {
10  Hidden,
12  Visible,
14  Content
15  }
16 }
The code generator produces code for the object.
Definition: __Canon.cs:3
The code generator produces code for the contents of the object, rather than for the object itself.
DesignerSerializationVisibility
Specifies the visibility a property has to the design-time serializer.
The code generator does not produce code for the object.