SoapSchemaImporter Constructor
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.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | SoapSchemaImporter(XmlSchemas^) | 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 XmlSchema objects representing the XML schemas used by SOAP encoded messages defined in a WSDL document. |
![]() | SoapSchemaImporter(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 SoapSchemaImporter class specifying the schemas, compiler options, and names of related code entities. |
![]() | SoapSchemaImporter(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 SoapSchemaImporter class specifying the schemas, compiler options, and the context of the schemas. |
![]() | SoapSchemaImporter(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 SoapSchemaImporter class, specifying XmlSchema objects representing the XML schemas used by SOAP encoded messages, plus classes being generated for bindings defined in a WSDL document. |
![]() | SoapSchemaImporter(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 SoapSchemaImporter class specifying the schemas, compiler options, and names of related code entities. |
