Share via


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

登録する同期ルート。

注釈

複数の同期ルートを同じ パスに登録することはできません。

適用対象