XmlSchemaCollection.CopyTo(XmlSchema[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies all the XmlSchema
objects from this collection into the given array starting at the given index.
public:
void CopyTo(cli::array <System::Xml::Schema::XmlSchema ^> ^ array, int index);
public void CopyTo (System.Xml.Schema.XmlSchema[] array, int index);
member this.CopyTo : System.Xml.Schema.XmlSchema[] * int -> unit
Public Sub CopyTo (array As XmlSchema(), index As Integer)
Parameters
- array
- XmlSchema[]
The array to copy the objects to.
- index
- Int32
The index in array
where copying will begin.
Remarks
Important
The XmlSchemaCollection class is obsolete in the .NET Framework version 2.0 and has been replaced by the XmlSchemaSet class.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.