XmlDictionaryWriter.WriteElementString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes an element with a text content.
Overloads
WriteElementString(XmlDictionaryString, XmlDictionaryString, String) |
Writes an element with a text content. |
WriteElementString(String, XmlDictionaryString, XmlDictionaryString, String) |
Writes an element with a text content. |
WriteElementString(XmlDictionaryString, XmlDictionaryString, String)
- Source:
- XmlDictionaryWriter.cs
- Source:
- XmlDictionaryWriter.cs
- Source:
- XmlDictionaryWriter.cs
Writes an element with a text content.
public:
void WriteElementString(System::Xml::XmlDictionaryString ^ localName, System::Xml::XmlDictionaryString ^ namespaceUri, System::String ^ value);
public void WriteElementString (System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value);
public void WriteElementString (System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString? namespaceUri, string? value);
override this.WriteElementString : System.Xml.XmlDictionaryString * System.Xml.XmlDictionaryString * string -> unit
Public Sub WriteElementString (localName As XmlDictionaryString, namespaceUri As XmlDictionaryString, value As String)
Parameters
- localName
- XmlDictionaryString
The local name of the element.
- namespaceUri
- XmlDictionaryString
The namespace URI of the element.
- value
- String
The element content.
Applies to
WriteElementString(String, XmlDictionaryString, XmlDictionaryString, String)
- Source:
- XmlDictionaryWriter.cs
- Source:
- XmlDictionaryWriter.cs
- Source:
- XmlDictionaryWriter.cs
Writes an element with a text content.
public:
void WriteElementString(System::String ^ prefix, System::Xml::XmlDictionaryString ^ localName, System::Xml::XmlDictionaryString ^ namespaceUri, System::String ^ value);
public void WriteElementString (string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value);
public void WriteElementString (string? prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString? namespaceUri, string? value);
override this.WriteElementString : string * System.Xml.XmlDictionaryString * System.Xml.XmlDictionaryString * string -> unit
Public Sub WriteElementString (prefix As String, localName As XmlDictionaryString, namespaceUri As XmlDictionaryString, value As String)
Parameters
- prefix
- String
The prefix of the element.
- localName
- XmlDictionaryString
The local name of the element.
- namespaceUri
- XmlDictionaryString
The namespace URI of the element.
- value
- String
The element content.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.