StorageProviderSyncRootManager.GetSyncRootInformationForId(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt die Eigenschaften des Synchronisierungsstamms eines Cloud Storage-Anbieters unter Angabe einer Synchronisierungsstamm-ID zurück.
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
Parameter
- id
-
String
Platform::String
winrt::hstring
Ein Zeichenfolgenwert der Synchronisierungsstamm-ID.
Gibt zurück
Die Eigenschaften für den angegebenen Synchronisierungsstamm.