Aracılığıyla paylaş


SchemaImporterExtension.ImportAnyElement Yöntem

Tanım

Şemadaki xsd:any> öğelerinin içeri aktarılmasını <işler.

public:
 virtual System::String ^ ImportAnyElement(System::Xml::Schema::XmlSchemaAny ^ any, bool mixed, System::Xml::Serialization::XmlSchemas ^ schemas, System::Xml::Serialization::XmlSchemaImporter ^ importer, System::CodeDom::CodeCompileUnit ^ compileUnit, System::CodeDom::CodeNamespace ^ mainNamespace, System::Xml::Serialization::CodeGenerationOptions options, System::CodeDom::Compiler::CodeDomProvider ^ codeProvider);
public virtual string ImportAnyElement (System.Xml.Schema.XmlSchemaAny any, bool mixed, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider);
abstract member ImportAnyElement : System.Xml.Schema.XmlSchemaAny * bool * System.Xml.Serialization.XmlSchemas * System.Xml.Serialization.XmlSchemaImporter * System.CodeDom.CodeCompileUnit * System.CodeDom.CodeNamespace * System.Xml.Serialization.CodeGenerationOptions * System.CodeDom.Compiler.CodeDomProvider -> string
override this.ImportAnyElement : System.Xml.Schema.XmlSchemaAny * bool * System.Xml.Serialization.XmlSchemas * System.Xml.Serialization.XmlSchemaImporter * System.CodeDom.CodeCompileUnit * System.CodeDom.CodeNamespace * System.Xml.Serialization.CodeGenerationOptions * System.CodeDom.Compiler.CodeDomProvider -> string
Public Overridable Function ImportAnyElement (any As XmlSchemaAny, mixed As Boolean, schemas As XmlSchemas, importer As XmlSchemaImporter, compileUnit As CodeCompileUnit, mainNamespace As CodeNamespace, options As CodeGenerationOptions, codeProvider As CodeDomProvider) As String

Parametreler

any
XmlSchemaAny

xsd:any XML Şema Belgesinde (XSD) bulunan öğe.

mixed
Boolean

true XSD complex özniteliğinin "karma" olarak ayarlandığını belirtmek için; aksi takdirde , false.

schemas
XmlSchemas

XSD'de bulunan şema koleksiyonu.

importer
XmlSchemaImporter

Kullanılan içeri aktarıcı.

compileUnit
CodeCompileUnit

CodeCompileUnit XSD için alternatif kod oluşturmak üzere CodeDOM yapıları ekleyebileceğiniz bir.

mainNamespace
CodeNamespace

öğesinin geçerli ad alanı.

options
CodeGenerationOptions

Kod derleyicisinde ayar seçeneklerini belirten numaralandırma değerlerinin bit düzeyinde birleşimi.

codeProvider
CodeDomProvider

Yeni kodu oluşturmak için kullanılan CodeDOM sağlayıcısı.

Döndürülenler

String

Öğenin eşlendiğini CLR türünün adı.

Açıklamalar

Kodun oluşturulmasını denetlemek için ad alanında System.CodeDom bulunan sınıfları kullanmanız gerekir. Daha fazla bilgi için bkz . CodeDOM ve CodeDOM Hızlı Başvurusu'nu kullanma.

Şunlara uygulanır