Share via


StorageProviderSyncRootManager.GetSyncRootInformationForId(String) メソッド

定義

クラウド ストレージ プロバイダーの同期ルート ID を指定して、そのプロパティを返します。

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

パラメーター

id
String

Platform::String

winrt::hstring

同期ルート ID の文字列値。

戻り値

指定した同期ルートのプロパティ。

適用対象