XmlSchemaSet::CopyTo Method (array<XmlSchema^>^, Int32)
.NET Framework (current version)
Copies all the XmlSchema objects from the XmlSchemaSet to the given array, starting at the given index.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- schemas
-
Type:
array<System.Xml.Schema::XmlSchema^>^
The array to copy the objects to.
- index
-
Type:
System::Int32
The index in the array where copying will begin.
.NET Framework
Available since 2.0
Available since 2.0
Show: