XmlSerializationWriterWriteXsiType Method |
Writes an xsi:type attribute for an XML element that is being serialized
into a document.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected void WriteXsiType(
string name,
string ns
)
Parameters
- name
- Type: SystemString
The local name of an XML Schema data type. - ns
- Type: SystemString
The namespace of an XML Schema data type.
See Also