Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DesignerSerializationOptions Enumeration

 

Specifies how a property is to be serialized.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.Windows.Markup
Assembly:  WindowsBase (in WindowsBase.dll)

[FlagsAttribute]
public enum DesignerSerializationOptions

Member nameDescription
SerializeAsAttribute

The property should be serialized as an attribute.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft