SchemaImporterExtensionsSection::SchemaImporterExtensions Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the object that represents the collection of extensions.

Namespace:   System.Xml.Serialization.Configuration
Assembly:  System.Xml (in System.Xml.dll)

public:
[ConfigurationPropertyAttribute("", IsDefaultCollection = true)]
property SchemaImporterExtensionElementCollection^ SchemaImporterExtensions {
	SchemaImporterExtensionElementCollection^ get();
}

Property Value

Type: System.Xml.Serialization.Configuration::SchemaImporterExtensionElementCollection^

A SchemaImporterExtensionElementCollection that contains the objects that represent configuration elements.

.NET Framework
Available since 2.0
Return to top
Show: