ActiveDirectorySiteCollection.AddRange Method

Definition

Appends a range of items to this collection.

Overloads

AddRange(ActiveDirectorySite[])

Appends the contents of the specified ActiveDirectorySite array to this collection.

AddRange(ActiveDirectorySiteCollection)

Appends the contents of the specified ActiveDirectorySiteCollection object to this collection.

AddRange(ActiveDirectorySite[])

Source:
ActiveDirectorySiteCollection.cs
Source:
ActiveDirectorySiteCollection.cs
Source:
ActiveDirectorySiteCollection.cs
Source:
ActiveDirectorySiteCollection.cs
Source:
ActiveDirectorySiteCollection.cs

Appends the contents of the specified ActiveDirectorySite array to this collection.

C#
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[] sites);

Parameters

sites
ActiveDirectorySite[]

The ActiveDirectorySite array that contains the objects to append to this collection.

Exceptions

A call to the underlying directory service resulted in an error.

The object already exists in the collection.

sites is null.

The ActiveDirectorySite object has not yet been saved in the Active Directory Domain Services store.

See also

Applies to

.NET 10 (package-provided) dan versi lain
Produk Versi
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

AddRange(ActiveDirectorySiteCollection)

Source:
ActiveDirectorySiteCollection.cs
Source:
ActiveDirectorySiteCollection.cs
Source:
ActiveDirectorySiteCollection.cs
Source:
ActiveDirectorySiteCollection.cs
Source:
ActiveDirectorySiteCollection.cs

Appends the contents of the specified ActiveDirectorySiteCollection object to this collection.

C#
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection sites);

Parameters

sites
ActiveDirectorySiteCollection

The ActiveDirectorySiteCollection object that contains the objects to append to this collection.

Exceptions

A call to the underlying directory service resulted in an error.

The object already exists in this collection.

sites is null.

The ActiveDirectorySite object has not yet been saved in the Active Directory Domain Services store.

See also

Applies to

.NET 10 (package-provided) dan versi lain
Produk Versi
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10