Share via


UserLoadChangeContext Constructor

Initializes a new instance of the UserLoadChangeContext class that contains the specified ID format schema and item change metadata.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Sub New ( _
    idFormats As SyncIdFormatGroup, _
    itemChange As ItemChange _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim itemChange As ItemChange

Dim instance As New UserLoadChangeContext(idFormats, _
    itemChange)
public UserLoadChangeContext(
    SyncIdFormatGroup idFormats,
    ItemChange itemChange
)
public:
UserLoadChangeContext(
    SyncIdFormatGroup^ idFormats, 
    ItemChange^ itemChange
)
new : 
        idFormats:SyncIdFormatGroup * 
        itemChange:ItemChange -> UserLoadChangeContext
public function UserLoadChangeContext(
    idFormats : SyncIdFormatGroup, 
    itemChange : ItemChange
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

idFormats or itemChange is a null reference (Nothing in Visual Basic).

See Also

Reference

UserLoadChangeContext Class

Microsoft.Synchronization Namespace