SerializationSectionGroup.SchemaImporterExtensions 属性

定义

获取一个对象,该对象表示包含 XmlSchemaImporter 的配置元素的节。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::Xml::Serialization::Configuration::SchemaImporterExtensionsSection ^ SchemaImporterExtensions { System::Xml::Serialization::Configuration::SchemaImporterExtensionsSection ^ get(); };
[System.Configuration.ConfigurationProperty("schemaImporterExtensions")]
public System.Xml.Serialization.Configuration.SchemaImporterExtensionsSection SchemaImporterExtensions { get; }
[<System.Configuration.ConfigurationProperty("schemaImporterExtensions")>]
member this.SchemaImporterExtensions : System.Xml.Serialization.Configuration.SchemaImporterExtensionsSection
Public ReadOnly Property SchemaImporterExtensions As SchemaImporterExtensionsSection

属性值

表示配置文件中的 schemaImporterExtension 元素的 SchemaImporterExtensionsSection

属性

适用于