Writes element data end.
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub WriteEndElement ( _ name As String _ ) |
| C# |
|---|
public void WriteEndElement( string name ) |
| Visual C++ |
|---|
public: virtual void WriteEndElement( String^ name ) sealed |
| JavaScript |
|---|
function writeEndElement(name); |
Parameters
- name
- Type: System..::.String
Not used.