PropertyValueCollection.AddRange 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.
Ajoute un jeu de valeurs de propriété à cette collection.
Surcharges
AddRange(PropertyValueCollection) |
Ajoute le contenu de l'objet PropertyValueCollection spécifié à cette collection. |
AddRange(Object[]) |
Ajoute le contenu de l'objet PropertyValueCollection spécifié à cette collection. |
AddRange(PropertyValueCollection)
- Source:
- PropertyValueCollection.cs
- Source:
- PropertyValueCollection.cs
- Source:
- PropertyValueCollection.cs
Ajoute le contenu de l'objet PropertyValueCollection spécifié à cette collection.
public:
void AddRange(System::DirectoryServices::PropertyValueCollection ^ value);
public void AddRange (System.DirectoryServices.PropertyValueCollection value);
member this.AddRange : System.DirectoryServices.PropertyValueCollection -> unit
Public Sub AddRange (value As PropertyValueCollection)
Paramètres
- value
- PropertyValueCollection
Objet PropertyValueCollection qui contient les objets à ajouter à cette collection.
Exceptions
La valeur par défaut est une référence null (Nothing
en Visual Basic).
S’applique à
AddRange(Object[])
- Source:
- PropertyValueCollection.cs
- Source:
- PropertyValueCollection.cs
- Source:
- PropertyValueCollection.cs
Ajoute le contenu de l'objet PropertyValueCollection spécifié à cette collection.
public:
void AddRange(cli::array <System::Object ^> ^ value);
public void AddRange (object[] value);
public void AddRange (object?[] value);
member this.AddRange : obj[] -> unit
Public Sub AddRange (value As Object())
Paramètres
- value
- Object[]
Tableau PropertyValueCollection qui contient les objets à ajouter à cette collection.
Exceptions
La valeur par défaut est une référence null (Nothing
en Visual Basic).