Partager via


StorageProviderSyncRootManager.GetSyncRootInformationForId(String) Méthode

Définition

Retourne les propriétés de la racine de synchronisation d’un fournisseur de stockage cloud en fonction d’un ID racine de synchronisation.

public:
 static StorageProviderSyncRootInfo ^ GetSyncRootInformationForId(Platform::String ^ id);
 static StorageProviderSyncRootInfo GetSyncRootInformationForId(winrt::hstring const& id);
public static StorageProviderSyncRootInfo GetSyncRootInformationForId(string id);
function getSyncRootInformationForId(id)
Public Shared Function GetSyncRootInformationForId (id As String) As StorageProviderSyncRootInfo

Paramètres

id
String

Platform::String

winrt::hstring

Valeur de chaîne de l’ID racine de synchronisation.

Retours

Propriétés de la racine de synchronisation spécifiée.

S’applique à