共用方式為


StorageProviderSyncRootManager.GetSyncRootInformationForFolder 方法

定義

傳回雲端儲存提供者的同步根目錄屬性,指定儲存資料夾。

public:
 static StorageProviderSyncRootInfo ^ GetSyncRootInformationForFolder(IStorageFolder ^ folder);
 static StorageProviderSyncRootInfo GetSyncRootInformationForFolder(IStorageFolder const& folder);
public static StorageProviderSyncRootInfo GetSyncRootInformationForFolder(IStorageFolder folder);
function getSyncRootInformationForFolder(folder)
Public Shared Function GetSyncRootInformationForFolder (folder As IStorageFolder) As StorageProviderSyncRootInfo

參數

folder
IStorageFolder

同步根目錄的儲存資料夾。

傳回

指定儲存資料夾之雲端儲存提供者同步根目錄的屬性。

適用於