StorageProviderSyncRootManager.GetCurrentSyncRoots Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.