IStorageProviderStatusUISourceFactory 接口

定义

返回 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
属性

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
API contract
Windows.Storage.Provider.CloudFilesContract (在 v7.0 中引入)

注解

云提供商必须实现此接口,并在应用清单或注册表中注册实现类。 有关示例,请参阅 示例应用

方法

GetStatusUISource(String)

返回云提供商的 IStorageProviderStatusUISource

适用于

另请参阅