次の方法で共有


MappingCollection.RemoveAt method

Removes the mapping at the specified index in this mapping collection.

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

Syntax

'Declaration
Public Sub RemoveAt ( _
    i As Integer _
)
'Usage
Dim instance As MappingCollection
Dim i As Integer

instance.RemoveAt(i)
public void RemoveAt(
    int i
)

Parameters

See also

Reference

MappingCollection class

MappingCollection members

Microsoft.Office.Server.Search.Administration namespace