IStorageProviderHandlerFactory.GetStatusSource(String) Method
Definition
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.
Note
Scenarios for this API are not supported. Use the IStorageProviderStatusUISourceFactory.GetStatusUISource method instead.
public:
IStorageProviderStatusSource ^ GetStatusSource(Platform::String ^ syncRootId);
IStorageProviderStatusSource GetStatusSource(winrt::hstring const& syncRootId);
public IStorageProviderStatusSource GetStatusSource(string syncRootId);
function getStatusSource(syncRootId)
Public Function GetStatusSource (syncRootId As String) As IStorageProviderStatusSource
Parameters
- syncRootId
-
String
Platform::String
winrt::hstring