Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 _
)
'Usage
Dim index As Integer
Dim item As SyncTable
Me.InsertItem(index, item)
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.
See Also
Reference
SyncTableCollection Class
SyncTableCollection Members
Microsoft.Synchronization.Data Namespace