DataSetSchemaImporterExtension::ImportSchemaType Method (String^, String^, XmlSchemaObject^, XmlSchemas^, XmlSchemaImporter^, CodeCompileUnit^, CodeNamespace^, CodeGenerationOptions, CodeDomProvider^)

 

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
virtual String^ ImportSchemaType(
	String^ name,
	String^ schemaNamespace,
	XmlSchemaObject^ context,
	XmlSchemas^ schemas,
	XmlSchemaImporter^ importer,
	CodeCompileUnit^ compileUnit,
	CodeNamespace^ mainNamespace,
	CodeGenerationOptions options,
	CodeDomProvider^ codeProvider
) override

Parameters

name
Type: System::String^

name

schemaNamespace
Type: System::String^

schemaNamespace

context
Type: System.Xml.Schema::XmlSchemaObject^

context

schemas
Type: System.Xml.Serialization::XmlSchemas^

schemas

importer
Type: System.Xml.Serialization::XmlSchemaImporter^

importer

compileUnit
Type: System.CodeDom::CodeCompileUnit^

compileUnit

mainNamespace
Type: System.CodeDom::CodeNamespace^

mainNamespace

options
Type: System.Xml.Serialization::CodeGenerationOptions

options

codeProvider
Type: System.CodeDom.Compiler::CodeDomProvider^

codeProvider

Return Value

Type: System::String^

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

.NET Framework
Available since 2.0
Return to top
Show: