Span::ShouldSerializeInlines Method (XamlDesignerSerializationManager^)
.NET Framework (current version)
Returns a value that indicates whether the content of a Span element should be serialized during serialization of a Run object.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- manager
-
Type:
System.Windows.Markup::XamlDesignerSerializationManager^
A serialization service manager object for this object.
| Exception | Condition |
|---|---|
| NullReferenceException | manager is null. |
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: