StorageProviderSyncRootManager.GetCurrentSyncRoots Methode

Definition

Ruft alle derzeit registrierten Synchronisierungsstammelemente ab.

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

Gibt zurück

Eine Sammlung von derzeit registrierten Synchronisierungswurzeln.

Hinweise

Diese Sammlung kann sowohl Legacysynchronisierungsstämme als auch Synchronisierungsstämme enthalten, die bei StorageProviderSyncRootManager.Register registriert sind.

Gilt für: