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'ensemble du XmlSchemas dans un Array unidimensionnel compatible en commençant à 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[]
Array à une dimension qui est la destination des éléments copiés à partir de XmlSchemas. Array doit avoir une indexation de base zéro.
- index
- Int32
Entier 32 bits qui représente l'index du tableau à partir duquel la copie commence.