This topic has not yet been rated - Rate this topic

DesignerSerializationVisibilityAttribute Fields

The DesignerSerializationVisibilityAttribute type exposes the following members.

  NameDescription
Public field Static member Content Specifies that a serializer should serialize the contents of the property, rather than the property itself. This field is read-only.
Public field Static member Default Specifies the default value, which is Visible, that is, a visual designer uses default rules to generate the value of a property. This static field is read-only.
Public field Static member Hidden Specifies that a serializer should not serialize the value of the property. This static field is read-only.
Public field Static member Visible Specifies that a serializer should be allowed to serialize the value of the property. This static field is read-only.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.