Partager via


StorageProviderSyncRootManager.GetCurrentSyncRoots Méthode

Définition

Obtient toutes les racines de synchronisation actuellement inscrites.

public:
 static IVectorView<StorageProviderSyncRootInfo ^> ^ GetCurrentSyncRoots();
 static IVectorView<StorageProviderSyncRootInfo> GetCurrentSyncRoots();
public static IReadOnlyList<StorageProviderSyncRootInfo> GetCurrentSyncRoots();
function getCurrentSyncRoots()
Public Shared Function GetCurrentSyncRoots () As IReadOnlyList(Of StorageProviderSyncRootInfo)

Retours

Collection de racines de synchronisation actuellement inscrites.

Remarques

Cette collection peut inclure à la fois des racines de synchronisation héritées et des racines de synchronisation inscrites auprès de StorageProviderSyncRootManager.Register.

S’applique à