SchemaNameCollection::Insert Method (Int32, String^)
.NET Framework (current version)
Inserts a schema name into this collection at a specified index.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index into the collection at which to insert the schema name.
- value
-
Type:
System::String^
The schema name to insert into this collection.
If the index parameter equals the number of items in the collection, this method appends the value to the end of the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: