Invoked to query whether the underlying component structure should be automatically serialized or serialized by the user.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual bool SerializeSubcomponents () |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function SerializeSubcomponents () As Boolean |
true to inform the caller to automatically serialize the subcomponent tree; false to skip the automatic component serialization.
RemarksThis method is only applicable to components, which contain subcomponents, that is, all components derived from ContentComponent and ContainerComponent.
See Also