XmlSchemas.CopyTo(XmlSchema[], Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copie l’intégralité XmlSchemas dans une dimension unidimensionnelle Arraycompatible, qui commence à l’index spécifié du tableau cible.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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)
Paramètres
- array
- XmlSchema[]
Unidimensionnel Array qui est la destination des schémas copiés à partir de XmlSchemas. L’indexation Array doit être basée sur zéro.
- index
- Int32
Entier 32 bits qui représente l’index dans le tableau où commence la copie.