XmlSerializationWriter.WriteElementQualifiedName 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 qualified name in its body.
Overloads
WriteElementQualifiedName(String, String, XmlQualifiedName, 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 qualified name in its body. |
WriteElementQualifiedName(String, XmlQualifiedName, 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 qualified name in its body. |
WriteElementQualifiedName(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 qualified name in its body. |
WriteElementQualifiedName(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 qualified name in its body. |
WriteElementQualifiedName(String, String, XmlQualifiedName, XmlQualifiedName)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified qualified name in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementQualifiedName(System::String ^ localName, System::String ^ ns, System::Xml::XmlQualifiedName ^ value, System::Xml::XmlQualifiedName ^ xsiType);
protected void WriteElementQualifiedName (string localName, string? ns, System.Xml.XmlQualifiedName? value, System.Xml.XmlQualifiedName? xsiType);
protected void WriteElementQualifiedName (string localName, string ns, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType);
member this.WriteElementQualifiedName : string * string * System.Xml.XmlQualifiedName * System.Xml.XmlQualifiedName -> unit
Protected Sub WriteElementQualifiedName (localName As String, ns As String, value As XmlQualifiedName, xsiType As XmlQualifiedName)
Parameters
- localName
- String
The local name of the XML element.
- ns
- String
The namespace of the XML element.
- value
- XmlQualifiedName
The name to write, using its prefix if namespace-qualified, in the element text.
- 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
WriteElementQualifiedName(String, XmlQualifiedName, XmlQualifiedName)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified qualified name in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementQualifiedName(System::String ^ localName, System::Xml::XmlQualifiedName ^ value, System::Xml::XmlQualifiedName ^ xsiType);
protected void WriteElementQualifiedName (string localName, System.Xml.XmlQualifiedName? value, System.Xml.XmlQualifiedName? xsiType);
protected void WriteElementQualifiedName (string localName, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType);
member this.WriteElementQualifiedName : string * System.Xml.XmlQualifiedName * System.Xml.XmlQualifiedName -> unit
Protected Sub WriteElementQualifiedName (localName As String, value As XmlQualifiedName, xsiType As XmlQualifiedName)
Parameters
- localName
- String
The local name of the XML element.
- value
- XmlQualifiedName
The name to write, using its prefix if namespace-qualified, in the element text.
- 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
WriteElementQualifiedName(String, XmlQualifiedName)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified qualified name in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementQualifiedName(System::String ^ localName, System::Xml::XmlQualifiedName ^ value);
protected void WriteElementQualifiedName (string localName, System.Xml.XmlQualifiedName? value);
protected void WriteElementQualifiedName (string localName, System.Xml.XmlQualifiedName value);
member this.WriteElementQualifiedName : string * System.Xml.XmlQualifiedName -> unit
Protected Sub WriteElementQualifiedName (localName As String, value As XmlQualifiedName)
Parameters
- localName
- String
The local name of the XML element.
- value
- XmlQualifiedName
The name to write, using its prefix if namespace-qualified, in the element text.
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
WriteElementQualifiedName(String, String, XmlQualifiedName)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
Writes an XML element with a specified qualified name in its body.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void WriteElementQualifiedName(System::String ^ localName, System::String ^ ns, System::Xml::XmlQualifiedName ^ value);
protected void WriteElementQualifiedName (string localName, string? ns, System.Xml.XmlQualifiedName? value);
protected void WriteElementQualifiedName (string localName, string ns, System.Xml.XmlQualifiedName value);
member this.WriteElementQualifiedName : string * string * System.Xml.XmlQualifiedName -> unit
Protected Sub WriteElementQualifiedName (localName As String, ns As String, value As XmlQualifiedName)
Parameters
- localName
- String
The local name of the XML element.
- ns
- String
The namespace of the XML element.
- value
- XmlQualifiedName
The name to write, using its prefix if namespace-qualified, in the element text.
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.