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

등록할 동기화 루트입니다.

설명

여러 동기화 루트를 동일한 경로로 등록할 수 없습니다.

적용 대상