Partager via


StorageProviderSyncRootInfo.Context Propriété

Définition

Contient les informations d’identité racine de synchronisation.

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

Valeur de propriété

Mémoire tampon contenant l’identité racine de synchronisation.

S’applique à