Section.ShouldSerializeBlocks(XamlDesignerSerializationManager) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.