XmlSerializationWriter::WriteXsiType Method (String^, String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Writes an xsi:type attribute for an XML element that is being serialized into a document.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- name
-
Type:
System::String^
The local name of an XML Schema data type.
- ns
-
Type:
System::String^
The namespace of an XML Schema data type.
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
The xsi:type attribute explicitly indicates the XML Schema data type. The prefix xsi refers to the XML Schema instance namespace.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: