AnchoredBlock.ShouldSerializeBlocks(XamlDesignerSerializationManager) Method

Definition

Returns a value that indicates whether or not the effective value of the Blocks property should be serialized during serialization of an object deriving from AnchoredBlock.

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

Parameters

manager
XamlDesignerSerializationManager

A serialization service manager object for this object.

Returns

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

Exceptions

Raised when manager is null.

Applies to