[This is preliminary documentation and is subject to change.]

Icon | Member | Description |
---|---|---|
![]() | WriteStartElement(String, String, String) | Writes the specified start tag and associates it with the given namespace and prefix. (Overrides XmlWriter.WriteStartElement(String, String, String).) |
![]() | WriteStartElement(String, String) | When overridden in a derived class, writes the specified start tag and associates it with the given namespace. |
![]() | WriteStartElement(String) | When overridden in a derived class, writes out a start tag with the specified local name. |