PageContent::ShouldSerializeChild Method (XamlDesignerSerializationManager^)

 

Gets a value indicating whether the value of the Child property should be serialized when this PageContent is serialized.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
bool ShouldSerializeChild(
	XamlDesignerSerializationManager^ manager
)

Parameters

manager
Type: System.Windows.Markup::XamlDesignerSerializationManager^

The serialization services provider.

Return Value

Type: System::Boolean

true if manager is not null and it does not have an XmlWriter; otherwise, false. The default is false.

.NET Framework
Available since 3.0
Return to top
Show: