IStorageProviderStatusUISourceFactory.GetStatusUISource(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.