XsdDataContractImporter::CanImport Method (XmlSchemaSet^)
.NET Framework (current version)
Gets a value that indicates whether the schemas contained in an XmlSchemaSet can be transformed into a CodeCompileUnit.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- schemas
-
Type:
System.Xml.Schema::XmlSchemaSet^
A XmlSchemaSet that contains the schemas to transform.
Return Value
Type: System::Booleantrue if the schemas can be transformed to data contract types; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | The schemas parameter is null. |
| InvalidDataContractException | A data contract involved in the import is invalid. |
The following example calls the CanImport method to determine whether the CodeCompileUnit can be generated.
.NET Framework
Available since 3.0
Available since 3.0
Show: