Serializes objects with embeded controls int writer

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Sub Store ( _
	parents As IComponent(), _
	writer As IWriter _
)
C#
void Store(
	IComponent[] parents,
	IWriter writer
)
Visual C++
void Store(
	array<IComponent^>^ parents, 
	IWriter^ writer
)
JavaScript
function store(parents, writer);

Parameters

parents
Type: array< System.ComponentModel..::.IComponent >[]()[]
collection of the parent components
writer
Type: Greatis.FormDesigner..::.IWriter
destination writer

See Also