Serialize designed control into XmlWriter

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

Syntax

Visual Basic (Declaration)
Public Sub Store ( _
	ByRef writer As XmlWriter _
)
C#
public void Store(
	ref XmlWriter writer
)
Visual C++
public:
void Store(
	XmlWriter^% writer
)
JavaScript
function store(writer);

Parameters

writer
Type: System.Xml..::.XmlWriter %
XmlWriter

See Also