Specifies the visibility a property has to the design-time serializer.
Syntax
[System.Runtime.InteropServices.ComVisible(true)]
public enum DesignerSerializationVisibility
Remarks
Members
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.
|
Requirements
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0