Compartilhar via


SyncTableCollection.SetItem Method (Int32, SyncTable)

Replaces the SyncTable object at the specified index.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Protected Overrides Sub SetItem ( _
    index As Integer, _
    item As SyncTable _
)
protected override void SetItem (
    int index,
    SyncTable item
)
protected:
virtual void SetItem (
    int index, 
    SyncTable^ item
) override
protected void SetItem (
    int index, 
    SyncTable item
)
protected override function SetItem (
    index : int, 
    item : SyncTable
)

Parameters

  • item
    The SyncTable object to replace the existing object.

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