PropertyValueCollection.AddRange Metod

Definition

Lägger till en uppsättning egenskapsvärden i den här samlingen.

Överlagringar

Name Description
AddRange(PropertyValueCollection)

Lägger till innehållet i objektet i den PropertyValueCollection här samlingen.

AddRange(Object[])

Lägger till innehållet i det angivna PropertyValueCollection objektet i den här samlingen.

AddRange(PropertyValueCollection)

Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs

Lägger till innehållet i objektet i den PropertyValueCollection här samlingen.

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)

Parametrar

value
PropertyValueCollection

Ett PropertyValueCollection objekt som innehåller de objekt som ska läggas till i den här samlingen.

Undantag

Egenskapsvärdet är en null-referens (Nothing i Visual Basic).

Gäller för

AddRange(Object[])

Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs
Källa:
PropertyValueCollection.cs

Lägger till innehållet i det angivna PropertyValueCollection objektet i den här samlingen.

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())

Parametrar

value
Object[]

Matrisen PropertyValueCollection som innehåller de objekt som ska läggas till i den här samlingen.

Undantag

Egenskapsvärdet är en null-referens (Nothing i Visual Basic).

Gäller för