PersonalizationProviderCollection.CopyTo 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 les fournisseurs de personnalisations présents dans la collection dans un tableau, en commençant à l'index spécifié.
public:
void CopyTo(cli::array <System::Web::UI::WebControls::WebParts::PersonalizationProvider ^> ^ array, int index);
public void CopyTo (System.Web.UI.WebControls.WebParts.PersonalizationProvider[] array, int index);
override this.CopyTo : System.Web.UI.WebControls.WebParts.PersonalizationProvider[] * int -> unit
Public Sub CopyTo (array As PersonalizationProvider(), index As Integer)
Paramètres
- array
- PersonalizationProvider[]
Le tableau dans lequel sont copiés les fournisseurs de personnalisations.
- index
- Int32
L'emplacement où commence la copie dans le tableau.
Remarques
Le tableau est un tableau d' PersonalizationProvider instances.