System.ComponentModel.DesignerSerializationVisibility Enumeration

Specifies the visibility a property has to the design-time serializer.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum DesignerSerializationVisibility

Remarks

A visual designer uses a System.ComponentModel.DesignerSerializationVisibility value to indicate which aspects of the property or event should be examined and saved.

Members

Member NameDescription
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