XmlTextWriter.WriteStartElement Method
.NET Framework (current version)
Namespace:
System.Xml
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | WriteStartElement(String) | When overridden in a derived class, writes out a start tag with the specified local name.(Inherited from XmlWriter.) |
![]() | WriteStartElement(String, String) | When overridden in a derived class, writes the specified start tag and associates it with the given namespace.(Inherited from XmlWriter.) |
![]() | WriteStartElement(String, String, String) | Writes the specified start tag and associates it with the given namespace and prefix.(Overrides XmlWriter.WriteStartElement(String, String, String).) |
Show:
