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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.