Share via


IStorageProviderStatusUISource Interface

Definition

The contract implemented by a cloud files provider, which is required to use the storage provider status UI flyout.

public interface class IStorageProviderStatusUISource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.Guid(2735129161, 15718, 24176, 144, 7, 228, 61, 249, 96, 81, 255)]
struct IStorageProviderStatusUISource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.Guid(2735129161, 15718, 24176, 144, 7, 228, 61, 249, 96, 81, 255)]
public interface IStorageProviderStatusUISource
Public Interface IStorageProviderStatusUISource
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)

Methods

GetStatusUI()

Gets the StorageProviderStatusUI object from an implementation of the IStorageProviderStatusUISource.

Events

StatusUIChanged

This change notification event notifies the client side to update the storage provider status UI flyout.

Applies to

See also