IStorageProviderStatusUISourceFactory.GetStatusUISource(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the IStorageProviderStatusUISource for a cloud provider.
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
The sync root id is created by providers to register as a sync root. For more details, please refer to Integrate Cloud Storage.
IStorageProviderStatusUISource for a cloud provider.
Termék | Verziók |
---|---|
WinRT | Build 22621, Build 26100 |