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 的字符串值。

返回

指定同步根的属性。

适用于