IStorageProviderStatusUISourceFactory Interface

Definition

Returns an instance of IStorageProviderStatusUISource.

public interface class IStorageProviderStatusUISourceFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.Guid(316959604, 20058, 22737, 166, 47, 3, 118, 232, 238, 125, 216)]
struct IStorageProviderStatusUISourceFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.Guid(316959604, 20058, 22737, 166, 47, 3, 118, 232, 238, 125, 216)]
public interface IStorageProviderStatusUISourceFactory
Public Interface IStorageProviderStatusUISourceFactory
Attributes

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.23504.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v7.0)

Remarks

Cloud providers must implement this interface and register the implementation class in the app manifest or registry. Refer to the sample app for an example.

Methods

GetStatusUISource(String)

Returns the IStorageProviderStatusUISource for a cloud provider.

Applies to

See also