Freigeben über


ApplyingChangesEventArgs.Context-Eigenschaft

Ruft ein SyncContext-Objekt ab, das Datenänderungen, Ankerwerte und andere Metadaten für eine Synchronisierungssitzung enthält.

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

Syntax

'Declaration
Public ReadOnly Property Context As SyncContext
'Usage
Dim instance As ApplyingChangesEventArgs
Dim value As SyncContext

value = instance.Context
public SyncContext Context { get; }
public:
property SyncContext^ Context {
    SyncContext^ get ();
}
/** @property */
public SyncContext get_Context ()
public function get Context () : SyncContext

Eigenschaftenwert

Ein SyncContext-Objekt, das Datenänderungen, Ankerwerte und andere Metadaten für eine Synchronisierungssitzung enthält.

Siehe auch

Verweis

ApplyingChangesEventArgs-Klasse
ApplyingChangesEventArgs-Member
Microsoft.Synchronization.Data-Namespace