Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
When overridden in a derived class, returns a SyncId object that contains a ID for a new item.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Function GenerateNewItemId ( _
keyAndVersion As ItemFieldDictionary _
) As SyncId
'Usage
Dim instance As ISimpleSyncProviderIdGenerator
Dim keyAndVersion As ItemFieldDictionary
Dim returnValue As SyncId
returnValue = instance.GenerateNewItemId(keyAndVersion)
SyncId GenerateNewItemId(
ItemFieldDictionary keyAndVersion
)
SyncId^ GenerateNewItemId(
ItemFieldDictionary^ keyAndVersion
)
abstract GenerateNewItemId :
keyAndVersion:ItemFieldDictionary -> SyncId
function GenerateNewItemId(
keyAndVersion : ItemFieldDictionary
) : SyncId
Parameters
- keyAndVersion
Type: Microsoft.Synchronization.SimpleProviders.ItemFieldDictionary
An ItemFieldDictionary object that contains the key and version properties of the item that requires an ID.
Return Value
Type: Microsoft.Synchronization.SyncId
A SyncId object that contains a ID for a new item.