StorageProviderSyncRootManager.GetCurrentSyncRoots Method

Definition

Gets all of the currently registered sync roots.

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

Returns

A collection of currently registered sync roots.

Remarks

This collection can include both legacy sync roots and sync roots registered with StorageProviderSyncRootManager.Register.

Applies to