IStorageProviderStatusUISourceFactory.GetStatusUISource(String) 메서드

정의

클라우드 공급자에 대한 IStorageProviderStatusUISource 를 반환합니다.

public:
 IStorageProviderStatusUISource ^ GetStatusUISource(Platform::String ^ syncRootId);
IStorageProviderStatusUISource GetStatusUISource(winrt::hstring const& syncRootId);
public IStorageProviderStatusUISource GetStatusUISource(string syncRootId);
function getStatusUISource(syncRootId)
Public Function GetStatusUISource (syncRootId As String) As IStorageProviderStatusUISource

매개 변수

syncRootId
String

Platform::String

winrt::hstring

동기화 루트 ID는 동기화 루트로 등록하기 위해 공급자에 의해 만들어집니다. 자세한 내용은 Cloud Storage 통합을 참조하세요.

반환

클라우드 공급자에 대한 IStorageProviderStatusUISource입니다.

적용 대상

추가 정보