XmlSchemaType::GetBuiltInSimpleType Method (XmlQualifiedName^)
.NET Framework (current version)
Returns an XmlSchemaSimpleType that represents the built-in simple type of the simple type that is specified by the qualified name.
Assembly: System.Xml (in System.Xml.dll)
public: static XmlSchemaSimpleType^ GetBuiltInSimpleType( XmlQualifiedName^ qualifiedName )
Parameters
- qualifiedName
-
Type:
System.Xml::XmlQualifiedName^
The XmlQualifiedName of the simple type.
Return Value
Type: System.Xml.Schema::XmlSchemaSimpleType^The XmlSchemaSimpleType that represents the built-in simple type.
| Exception | Condition |
|---|---|
| ArgumentNullException | The XmlQualifiedName parameter is null. |
You cannot directly serialize the built-in type. If you need to serialize the type, create a new simple type which derives from the built-in type and serialize the simple type.
.NET Framework
Available since 2.0
Available since 2.0
Show: