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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.