PropertyCollection.CopyTo(PropertyValueCollection[], 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 tous les objets de cette collection dans un tableau, en commençant à l'index spécifié dans le tableau cible.
public:
void CopyTo(cli::array <System::DirectoryServices::PropertyValueCollection ^> ^ array, int index);
public void CopyTo (System.DirectoryServices.PropertyValueCollection[] array, int index);
member this.CopyTo : System.DirectoryServices.PropertyValueCollection[] * int -> unit
Public Sub CopyTo (array As PropertyValueCollection(), index As Integer)
Paramètres
- array
- PropertyValueCollection[]
Tableau d’objets PropertyValueCollection qui reçoit les éléments de cette collection.
- index
- Int32
Index de base zéro dans array
où cette méthode commence à copier cette collection.
Exceptions
Une erreur s’est produite lors de l’appel d’une interface sous-jacente.