Span.ShouldSerializeInlines(XamlDesignerSerializationManager) Method
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.
public:
bool ShouldSerializeInlines(System::Windows::Markup::XamlDesignerSerializationManager ^ manager);
public bool ShouldSerializeInlines (System.Windows.Markup.XamlDesignerSerializationManager manager);
member this.ShouldSerializeInlines : System.Windows.Markup.XamlDesignerSerializationManager -> bool
Public Function ShouldSerializeInlines (manager As XamlDesignerSerializationManager) As Boolean
Parameters
- manager
- XamlDesignerSerializationManager
A serialization service manager object for this object.
Returns
true
if the content should be serialized; otherwise, false
.
Exceptions
manager
is null.
Remarks
This ShouldSerialize
method is provided because the Inlines property does not have a simple default value. This method indicates whether the property has changed from its default value. You typically invoke this method if you are either developing a designer for the Span or developing your own control incorporating the Span.