Section.ShouldSerializeBlocks(XamlDesignerSerializationManager) Method

Definition

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

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