Frame.ShouldSerializeContent Method

Definition

Allows derived classes to determine the serialization behavior of the Content property.

public:
 override bool ShouldSerializeContent();
public override bool ShouldSerializeContent ();
override this.ShouldSerializeContent : unit -> bool
Public Overrides Function ShouldSerializeContent () As Boolean

Returns

true if the content should be serialized; otherwise, false.

Applies to