Freigeben über


IStorageProviderStatusUISourceFactory.GetStatusUISource(String) Methode

Definition

Gibt die IStorageProviderStatusUISource für einen Cloudanbieter zurück.

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

Parameter

syncRootId
String

Platform::String

winrt::hstring

Die Synchronisierungsstamm-ID wird von Anbietern erstellt, um sich als Synchronisierungsstamm zu registrieren. Weitere Informationen finden Sie unter Integrieren von Cloudspeicher.

Gibt zurück

IStorageProviderStatusUISource für einen Cloudanbieter.

Gilt für:

Weitere Informationen