XmlDictionaryWriter::WriteStartElement Method
When overridden in a derived class, writes the specified start tag.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.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^) | When overridden in a derived class, writes the specified start tag and associates it with the given namespace and prefix.(Inherited from XmlWriter.) |
![]() | WriteStartElement(String^, XmlDictionaryString^, XmlDictionaryString^) | Writes the specified start tag and associates it with the given namespace and prefix. |
![]() | WriteStartElement(XmlDictionaryString^, XmlDictionaryString^) | Writes the specified start tag and associates it with the given namespace. |
