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

同步根目录的存储文件夹。

返回

云存储提供程序给定存储文件夹的同步根的属性。

适用于