SoapSchemaImporter Constructor (XmlSchemas^, CodeGenerationOptions, ImportContext^)
.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 the context of the schemas.
Assembly: System.Xml (in System.Xml.dll)
public:
SoapSchemaImporter(
XmlSchemas^ schemas,
CodeGenerationOptions options,
ImportContext^ context
)
Parameters
- schemas
-
Type:
System.Xml.Serialization::XmlSchemas^
A collection of XmlSchema objects.
- options
-
Type:
System.Xml.Serialization::CodeGenerationOptions
One of the CodeGenerationOptions that specifies various options for generating a .NET Framework type.
- context
-
Type:
System.Xml.Serialization::ImportContext^
An ImportContext that describes the context in which a set of schema are bound to .NET Framework code entities.
.NET Framework
Available since 2.0
Available since 2.0
Show: