Writes start element tag

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

Syntax

Visual Basic (Declaration)
Sub WriteStartElement ( _
	name As String, _
	attributes As Hashtable _
)
C#
void WriteStartElement(
	string name,
	Hashtable attributes
)
Visual C++
void WriteStartElement(
	String^ name, 
	Hashtable^ attributes
)
JavaScript
function writeStartElement(name, attributes);

Parameters

name
Type: System..::.String
name of the component
attributes
Type: System.Collections..::.Hashtable
collection of the attributes

See Also