PropertyValueCollection.AddRange Método

Definición

Anexa un conjunto de valores de propiedad a esta colección.

Sobrecargas

AddRange(PropertyValueCollection)

Anexa el contenido del objeto PropertyValueCollection a esta colección.

AddRange(Object[])

Anexa el contenido del objeto PropertyValueCollection especificado a esta colección.

AddRange(PropertyValueCollection)

Source:
PropertyValueCollection.cs
Source:
PropertyValueCollection.cs
Source:
PropertyValueCollection.cs

Anexa el contenido del objeto PropertyValueCollection a esta colección.

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)

Parámetros

value
PropertyValueCollection

Objeto PropertyValueCollection que contiene los objetos que se van a anexar a esta colección.

Excepciones

El valor de propiedad es una referencia nula (Nothing en Visual Basic).

Se aplica a

AddRange(Object[])

Source:
PropertyValueCollection.cs
Source:
PropertyValueCollection.cs
Source:
PropertyValueCollection.cs

Anexa el contenido del objeto PropertyValueCollection especificado a esta colección.

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

Parámetros

value
Object[]

Matriz de PropertyValueCollection que contiene los objetos que se van a anexar a esta colección.

Excepciones

El valor de propiedad es una referencia nula (Nothing en Visual Basic).

Se aplica a