XmlSchemaImporter Constructor
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the XmlSchemaImporter class.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | XmlSchemaImporter(XmlSchemas^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlSchemaImporter class, taking a collection of XmlSchema objects representing the XML schemas used by SOAP literal messages defined in a WSDL document. |
![]() | XmlSchemaImporter(XmlSchemas^, CodeGenerationOptions, CodeDomProvider^, ImportContext^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlSchemaImporter class. |
![]() | XmlSchemaImporter(XmlSchemas^, CodeGenerationOptions, ImportContext^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlSchemaImporter class for a collection of XML schemas, using the specified code generation options and import context. |
![]() | XmlSchemaImporter(XmlSchemas^, CodeIdentifiers^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlSchemaImporter class, taking a collection of XmlSchema objects that represents the XML schemas used by SOAP literal messages, plus classes being generated for bindings defined in a Web Services Description Language (WSDL) document. |
![]() | XmlSchemaImporter(XmlSchemas^, CodeIdentifiers^, CodeGenerationOptions) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlSchemaImporter class, taking a collection of XmlSchema objects that represents the XML schemas used by SOAP literal messages, plus classes being generated for bindings defined in a WSDL document, and a CodeGenerationOptions enumeration value. |
