共用方式為


StorageProviderSyncRootManager.GetSyncRootInformationForId(String) 方法

定義

根據同步根 識別碼,傳回雲端儲存體提供者同步根目錄的屬性。

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

同步根識別碼的字串值。

傳回

指定之同步根目錄的屬性。

適用於