System.Xml.Serialization.XmlSchemas.GetSchemas Method

Gets a collection of schemas that belong to the same namespace.

Syntax

public IList GetSchemas (string ns)

Parameters

ns
The namespace of the schemas to retrieve.

Returns

An IList implementation that contains the schemas.

Remarks

The method returns an ArrayList.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0