XmlSchema::Includes Property
.NET Framework (current version)
Gets the collection of included and imported schemas.
Assembly: System.Xml (in System.Xml.dll)
public: property XmlSchemaObjectCollection^ Includes { XmlSchemaObjectCollection^ get(); }
Property Value
Type: System.Xml.Schema::XmlSchemaObjectCollection^An XmlSchemaObjectCollection of the included and imported schemas.
The Add method expects only XmlSchemaExternal and its derived types (XmlSchemaImport, XmlSchemaInclude, and XmlSchemaRedefine) as parameters. The following example illustrates adding an included schema to the Includes collection of an existing XmlSchema object.
.NET Framework
Available since 1.1
Available since 1.1
Show: