IStorageProviderStatusUISource 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
云文件提供程序实现的协定,需要使用存储提供程序状态 UI 浮出控件。
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
- 属性
Windows 要求
设备系列 |
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (在 v7.0 中引入)
|
方法
GetStatusUI() |
从 IStorageProviderStatusUISource 的实现中获取 StorageProviderStatusUI 对象。 |
事件
StatusUIChanged |
此更改通知事件通知客户端更新存储提供程序状态 UI 浮出控件。 |