SyncColumnMappingCollection::InsertItem Method

Inserts a SyncColumnMapping object into the collection at the specified index.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

protected:
virtual void InsertItem(
	int index, 
	SyncColumnMapping^ item
) override

Parameters

index
Type: System::Int32
The position in the SyncColumnMappingCollection at which to insert the SyncColumnMapping object.
item
Type: Microsoft.Synchronization.Data.Server::SyncColumnMapping
The SyncColumnMapping object to insert.

ExceptionCondition
ArgumentException

item already exists in this SyncColumnMappingCollection object.

Show: