SyncTableCollection::InsertItem Method
Inserts a SyncTable object into the collection at the specified index.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- index
- Type: System::Int32
The position in the SyncTableCollection at which to insert the SyncTable object.
- item
- Type: Microsoft.Synchronization.Data::SyncTable
The SyncTable object to insert.
| Exception | Condition |
|---|---|
| ArgumentNullException | item is a nullptr. |
| ArgumentException |
|
Show: