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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.