AnchoredBlock.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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.