MappingCollection.Insert method

Inserts a mapping into this mapping collection.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub Insert ( _
    i As Integer, _
    mapping As Mapping _
)
'Usage
Dim instance As MappingCollection
Dim i As Integer
Dim mapping As Mapping

instance.Insert(i, mapping)
public void Insert(
    int i,
    Mapping mapping
)

Parameters

Exceptions

Exception Condition
ArgumentOutOfRangeException

If the argument is out of range.

See also

Reference

MappingCollection class

MappingCollection members

Microsoft.Office.Server.Search.Administration namespace