SyncTableCollection.InsertItem Method (Int32, SyncTable)
Inserts a SyncTable object into the collection at the specified index.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Protected Overrides Sub InsertItem ( _
index As Integer, _
item As SyncTable _
)
protected override void InsertItem (
int index,
SyncTable item
)
protected:
virtual void InsertItem (
int index,
SyncTable^ item
) override
protected void InsertItem (
int index,
SyncTable item
)
protected override function InsertItem (
index : int,
item : SyncTable
)
Parameters
- index
The position in the SyncTableCollection at which to insert the SyncTable object.
- item
The SyncTable object to insert.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncTableCollection Class
SyncTableCollection Members
Microsoft.Synchronization.Data Namespace