XmlSchemas::CopyTo Method (array<XmlSchema^>^, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Copies the entire XmlSchemas to a compatible one-dimensional Array, which starts at the specified index of the target array.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- array
-
Type:
array<System.Xml.Schema::XmlSchema^>^
The one-dimensional Array that is the destination of the schemas copied from XmlSchemas. The Array must have zero-based indexing.
- index
-
Type:
System::Int32
A 32-bit integer that represents the index in the array where copying begins.
.NET Framework
Available since 1.1
Available since 1.1
Show: