Search
CompositeNode.SerializeComponents Method
See Also
 






Invoked to query whether the underlying component structure should be automatically serialized or serialized by the user.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual bool SerializeComponents ()

Visual Basic  Copy Code

Protected Overridable Function SerializeComponents () As Boolean

 Return Value

true to inform the caller to automatically serialize the component tree; false to skip the automatic component serialization.

 See Also