StorageProviderSyncRootManager.Register(StorageProviderSyncRootInfo) 方法

定义

向操作系统注册同步根。

public:
 static void Register(StorageProviderSyncRootInfo ^ syncRootInformation);
 static void Register(StorageProviderSyncRootInfo const& syncRootInformation);
public static void Register(StorageProviderSyncRootInfo syncRootInformation);
function register(syncRootInformation)
Public Shared Sub Register (syncRootInformation As StorageProviderSyncRootInfo)

参数

syncRootInformation
StorageProviderSyncRootInfo

要注册的同步根目录。

注解

多个同步根不能注册到同一 路径

适用于