SoapSchemaImporter Constructor (XmlSchemas^, CodeIdentifiers^, CodeGenerationOptions)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the SoapSchemaImporter class specifying the schemas, compiler options, and names of related code entities.
Assembly: System.Xml (in System.Xml.dll)
public:
SoapSchemaImporter(
XmlSchemas^ schemas,
CodeIdentifiers^ typeIdentifiers,
CodeGenerationOptions options
)
Parameters
- schemas
-
Type:
System.Xml.Serialization::XmlSchemas^
A collection of XmlSchema objects.
- typeIdentifiers
-
Type:
System.Xml.Serialization::CodeIdentifiers^
A CodeIdentifiers that maintains a group of names for related code entities or type mappings that are generated by the .NET Framework's XML serialization infrastructure.
- options
-
Type:
System.Xml.Serialization::CodeGenerationOptions
One of the CodeGenerationOptions that specifies various options for generating a .NET Framework type.
.NET Framework
Available since 2.0
Available since 2.0
Show: