DesignerSerializationOptionsAttribute.DesignerSerializationOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DesignerSerializationOptions set on the attribute.
public:
property System::Windows::Markup::DesignerSerializationOptions DesignerSerializationOptions { System::Windows::Markup::DesignerSerializationOptions get(); };
public System.Windows.Markup.DesignerSerializationOptions DesignerSerializationOptions { get; }
member this.DesignerSerializationOptions : System.Windows.Markup.DesignerSerializationOptions
Public ReadOnly Property DesignerSerializationOptions As DesignerSerializationOptions
Property Value
The serialization option, as a value of the enumeration.
Remarks
Currently the only possible value is DesignerSerializationOptions.SerializeAsAttribute.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.