SerializationSectionGroup::SchemaImporterExtensions Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the object that represents the section that contains configuration elements for the XmlSchemaImporter.
Assembly: System.Xml (in System.Xml.dll)
public: [ConfigurationPropertyAttribute("schemaImporterExtensions")] property SchemaImporterExtensionsSection^ SchemaImporterExtensions { SchemaImporterExtensionsSection^ get(); }
Property Value
Type: System.Xml.Serialization.Configuration::SchemaImporterExtensionsSection^The SchemaImporterExtensionsSection that represents the schemaImporterExtenstion element in the configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: