The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlDictionaryWriter::WriteElementString Method
.NET Framework (current version)
Writes an element with a text content.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | WriteElementString(String^, String^) | Writes an element with the specified local name and value.(Inherited from XmlWriter.) |
![]() | WriteElementString(String^, String^, String^) | Writes an element with the specified local name, namespace URI, and value.(Inherited from XmlWriter.) |
![]() | WriteElementString(String^, String^, String^, String^) | Writes an element with the specified prefix, local name, namespace URI, and value.(Inherited from XmlWriter.) |
![]() | WriteElementString(String^, XmlDictionaryString^, XmlDictionaryString^, String^) | Writes an element with a text content. |
![]() | WriteElementString(XmlDictionaryString^, XmlDictionaryString^, String^) | Writes an element with a text content. |
Show:
