Compartir a través de


StorageProviderSyncRootInfo.Context Propiedad

Definición

Contiene la información de identidad raíz de sincronización.

public:
 property IBuffer ^ Context { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer Context();

void Context(IBuffer value);
public IBuffer Context { get; set; }
var iBuffer = storageProviderSyncRootInfo.context;
storageProviderSyncRootInfo.context = iBuffer;
Public Property Context As IBuffer

Valor de propiedad

Búfer que contiene la identidad raíz de sincronización.

Se aplica a