TextBlock.ShouldSerializeInlines(XamlDesignerSerializationManager) Method

Definition

Returns a value that indicates whether the effective value of the Inlines property should be serialized during serialization of a TextBlock object.

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 Inlines property should be serialized; otherwise, false.

Exceptions

manager is null.

Applies to