Run.ShouldSerializeText(XamlDesignerSerializationManager) Method

Definition

Returns a value that indicates whether or not the effective value of the Text property should be serialized during serialization of a Run object.

public:
 bool ShouldSerializeText(System::Windows::Markup::XamlDesignerSerializationManager ^ manager);
public bool ShouldSerializeText (System.Windows.Markup.XamlDesignerSerializationManager manager);
member this.ShouldSerializeText : System.Windows.Markup.XamlDesignerSerializationManager -> bool
Public Function ShouldSerializeText (manager As XamlDesignerSerializationManager) As Boolean

Parameters

manager
XamlDesignerSerializationManager

A serialization service manager object for this object.

Returns

true if the Text property should be serialized; otherwise, false.

Exceptions

manager is null.

Applies to