DataSetSchemaImporterExtension::ImportSchemaType Method (XmlSchemaType^, XmlSchemaObject^, XmlSchemas^, XmlSchemaImporter^, CodeCompileUnit^, CodeNamespace^, CodeGenerationOptions, CodeDomProvider^)
.NET Framework (current version)
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Assembly: System.Data (in System.Data.dll)
public: virtual String^ ImportSchemaType( XmlSchemaType^ type, XmlSchemaObject^ context, XmlSchemas^ schemas, XmlSchemaImporter^ importer, CodeCompileUnit^ compileUnit, CodeNamespace^ mainNamespace, CodeGenerationOptions options, CodeDomProvider^ codeProvider ) override
Parameters
- type
-
Type:
System.Xml.Schema::XmlSchemaType^
type
- 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
Available since 2.0
Show: