Serializes objects with embeded controls int writer
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner.Treasury (in Greatis.FormDesigner.Treasury.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Store ( _ _components As IComponent(), _ writer As IWriter _ ) |
| C# |
|---|
public void Store( IComponent[] _components, IWriter writer ) |
| Visual C++ |
|---|
public: virtual void Store( array<IComponent^>^ _components, IWriter^ writer ) sealed |
| JavaScript |
|---|
function store(_components, writer); |
Parameters
- _components
- Type: array<
System.ComponentModel..::.IComponent
>[]()[]
collection of the parent components
- writer
- Type: Greatis.FormDesigner..::.IWriter
destination writer