ActiveDirectorySchemaPropertyCollection.AddRange Method

Definition

Appends a range of items to this collection.

Overloads

AddRange(ActiveDirectorySchemaProperty[])

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

AddRange(ActiveDirectorySchemaPropertyCollection)

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

AddRange(ReadOnlyActiveDirectorySchemaPropertyCollection)

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

AddRange(ActiveDirectorySchemaProperty[])

Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs

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

C#
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[] properties);

Parameters

properties
ActiveDirectorySchemaProperty[]

The ActiveDirectorySchemaProperty 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 this collection.

properties is null.

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

See also

Applies to

.NET 10 (package-provided) a ďalšie verzie
Produkt Verzie
.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(ActiveDirectorySchemaPropertyCollection)

Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs

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

C#
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection properties);

Parameters

properties
ActiveDirectorySchemaPropertyCollection

The ActiveDirectorySchemaPropertyCollection 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.

properties is null.

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

See also

Applies to

.NET 10 (package-provided) a ďalšie verzie
Produkt Verzie
.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(ReadOnlyActiveDirectorySchemaPropertyCollection)

Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs

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

C#
public void AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection properties);

Parameters

properties
ReadOnlyActiveDirectorySchemaPropertyCollection

The ReadOnlyActiveDirectorySchemaPropertyCollection 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.

properties is null.

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

See also

Applies to

.NET 10 (package-provided) a ďalšie verzie
Produkt Verzie
.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