SchemaNameCollection.AddRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddRange(SchemaNameCollection) |
Appends a set of specified schema names to this collection. |
AddRange(String[]) |
Appends a set of specified schema names to this collection. |
AddRange(SchemaNameCollection)
- Source:
- SchemaNameCollection.cs
- Source:
- SchemaNameCollection.cs
- Source:
- SchemaNameCollection.cs
- Source:
- SchemaNameCollection.cs
Appends a set of specified schema names to this collection.
public:
void AddRange(System::DirectoryServices::SchemaNameCollection ^ value);
public void AddRange (System.DirectoryServices.SchemaNameCollection value);
member this.AddRange : System.DirectoryServices.SchemaNameCollection -> unit
Public Sub AddRange (value As SchemaNameCollection)
Parameters
- value
- SchemaNameCollection
A SchemaNameCollection that contains the schema names to add.
Applies to
AddRange(String[])
- Source:
- SchemaNameCollection.cs
- Source:
- SchemaNameCollection.cs
- Source:
- SchemaNameCollection.cs
- Source:
- SchemaNameCollection.cs
Appends a set of specified schema names to this collection.
public:
void AddRange(cli::array <System::String ^> ^ value);
public void AddRange (string?[] value);
public void AddRange (string[] value);
member this.AddRange : string[] -> unit
Public Sub AddRange (value As String())
Parameters
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา