Writes element data start.
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub WriteStartElement ( _ name As String, _ attributes As Hashtable _ ) |
C# |
---|
public void WriteStartElement( string name, Hashtable attributes ) |
Visual C++ |
---|
public: virtual void WriteStartElement( String^ name, Hashtable^ attributes ) sealed |
JavaScript |
---|
function writeStartElement(name, attributes); |
Parameters
- name
- Type: System..::.String
Name of element.
- attributes
- Type: System.Collections..::.Hashtable
Attributes of element.