XmlSerializationWriter.WriteElementStringRaw 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 XML element with a specified value in its body.
Overloads
WriteElementStringRaw(String, String, XmlQualifiedName) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an XML element with a specified value in its body. |
WriteElementStringRaw(String, String, String, XmlQualifiedName) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an XML element with a specified value in its body. |
WriteElementStringRaw(String, String, Byte[], XmlQualifiedName) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an XML element with a specified value in its body. |
WriteElementStringRaw(String, String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an XML element with a specified value in its body. |
WriteElementStringRaw(String, Byte[], XmlQualifiedName) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an XML element with a specified value in its body. |
WriteElementStringRaw(String, String, Byte[]) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an XML element with a specified value in its body. |
WriteElementStringRaw(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an XML element with a specified value in its body. |
WriteElementStringRaw(String, Byte[]) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an XML element with a specified value in its body. |
WriteElementStringRaw(String, String, XmlQualifiedName)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified value in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementStringRaw(System::String ^ localName, System::String ^ value, System::Xml::XmlQualifiedName ^ xsiType);
protected void WriteElementStringRaw (string localName, string? value, System.Xml.XmlQualifiedName? xsiType);
protected void WriteElementStringRaw (string localName, string value, System.Xml.XmlQualifiedName xsiType);
member this.WriteElementStringRaw : string * string * System.Xml.XmlQualifiedName -> unit
Protected Sub WriteElementStringRaw (localName As String, value As String, xsiType As XmlQualifiedName)
Parameters
- localName
- String
The local name of the XML element.
- value
- String
The text value of the XML element.
- xsiType
- XmlQualifiedName
The name of the XML Schema data type to be written to the xsi:type
attribute.
Remarks
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
Applies to
WriteElementStringRaw(String, String, String, XmlQualifiedName)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified value in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementStringRaw(System::String ^ localName, System::String ^ ns, System::String ^ value, System::Xml::XmlQualifiedName ^ xsiType);
protected void WriteElementStringRaw (string localName, string? ns, string? value, System.Xml.XmlQualifiedName? xsiType);
protected void WriteElementStringRaw (string localName, string ns, string value, System.Xml.XmlQualifiedName xsiType);
member this.WriteElementStringRaw : string * string * string * System.Xml.XmlQualifiedName -> unit
Protected Sub WriteElementStringRaw (localName As String, ns As String, value As String, xsiType As XmlQualifiedName)
Parameters
- localName
- String
The local name of the XML element.
- ns
- String
The namespace of the XML element.
- value
- String
The text value of the XML element.
- xsiType
- XmlQualifiedName
The name of the XML Schema data type to be written to the xsi:type
attribute.
Remarks
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
Applies to
WriteElementStringRaw(String, String, Byte[], XmlQualifiedName)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified value in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementStringRaw(System::String ^ localName, System::String ^ ns, cli::array <System::Byte> ^ value, System::Xml::XmlQualifiedName ^ xsiType);
protected void WriteElementStringRaw (string localName, string? ns, byte[]? value, System.Xml.XmlQualifiedName? xsiType);
protected void WriteElementStringRaw (string localName, string ns, byte[] value, System.Xml.XmlQualifiedName xsiType);
member this.WriteElementStringRaw : string * string * byte[] * System.Xml.XmlQualifiedName -> unit
Protected Sub WriteElementStringRaw (localName As String, ns As String, value As Byte(), xsiType As XmlQualifiedName)
Parameters
- localName
- String
The local name of the XML element.
- ns
- String
The namespace of the XML element.
- value
- Byte[]
The text value of the XML element.
- xsiType
- XmlQualifiedName
The name of the XML Schema data type to be written to the xsi:type
attribute.
Remarks
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
Applies to
WriteElementStringRaw(String, String, String)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified value in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementStringRaw(System::String ^ localName, System::String ^ ns, System::String ^ value);
protected void WriteElementStringRaw (string localName, string? ns, string? value);
protected void WriteElementStringRaw (string localName, string ns, string value);
member this.WriteElementStringRaw : string * string * string -> unit
Protected Sub WriteElementStringRaw (localName As String, ns As String, value As String)
Parameters
- localName
- String
The local name of the XML element.
- ns
- String
The namespace of the XML element.
- value
- String
The text value of the XML element.
Remarks
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
Applies to
WriteElementStringRaw(String, Byte[], XmlQualifiedName)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified value in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementStringRaw(System::String ^ localName, cli::array <System::Byte> ^ value, System::Xml::XmlQualifiedName ^ xsiType);
protected void WriteElementStringRaw (string localName, byte[]? value, System.Xml.XmlQualifiedName? xsiType);
protected void WriteElementStringRaw (string localName, byte[] value, System.Xml.XmlQualifiedName xsiType);
member this.WriteElementStringRaw : string * byte[] * System.Xml.XmlQualifiedName -> unit
Protected Sub WriteElementStringRaw (localName As String, value As Byte(), xsiType As XmlQualifiedName)
Parameters
- localName
- String
The local name of the XML element.
- value
- Byte[]
The text value of the XML element.
- xsiType
- XmlQualifiedName
The name of the XML Schema data type to be written to the xsi:type
attribute.
Remarks
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
Applies to
WriteElementStringRaw(String, String, Byte[])
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified value in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementStringRaw(System::String ^ localName, System::String ^ ns, cli::array <System::Byte> ^ value);
protected void WriteElementStringRaw (string localName, string? ns, byte[]? value);
protected void WriteElementStringRaw (string localName, string ns, byte[] value);
member this.WriteElementStringRaw : string * string * byte[] -> unit
Protected Sub WriteElementStringRaw (localName As String, ns As String, value As Byte())
Parameters
- localName
- String
The local name of the XML element.
- ns
- String
The namespace of the XML element.
- value
- Byte[]
The text value of the XML element.
Remarks
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
Applies to
WriteElementStringRaw(String, String)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified value in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementStringRaw(System::String ^ localName, System::String ^ value);
protected void WriteElementStringRaw (string localName, string? value);
protected void WriteElementStringRaw (string localName, string value);
member this.WriteElementStringRaw : string * string -> unit
Protected Sub WriteElementStringRaw (localName As String, value As String)
Parameters
- localName
- String
The local name of the XML element.
- value
- String
The text value of the XML element.
Remarks
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
Applies to
WriteElementStringRaw(String, Byte[])
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified value in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementStringRaw(System::String ^ localName, cli::array <System::Byte> ^ value);
protected void WriteElementStringRaw (string localName, byte[]? value);
protected void WriteElementStringRaw (string localName, byte[] value);
member this.WriteElementStringRaw : string * byte[] -> unit
Protected Sub WriteElementStringRaw (localName As String, value As Byte())
Parameters
- localName
- String
The local name of the XML element.
- value
- Byte[]
The text value of the XML element.
Remarks
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.