StartScreenManager 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示“开始”屏幕管理器对象。
public ref class StartScreenManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
class StartScreenManager final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class StartScreenManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public sealed class StartScreenManager
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class StartScreenManager
Public NotInheritable Class StartScreenManager
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
注解
版本历史记录
Windows 版本 | SDK 版本 | 增值 |
---|---|---|
1809 | 17763 | ContainsSecondaryTileAsync |
1809 | 17763 | TryRemoveSecondaryTileAsync |
属性
User |
获取与当前“开始”屏幕关联的用户。 |
方法
ContainsAppListEntryAsync(AppListEntry) |
检查应用当前是否已固定到“开始”屏幕。 |
ContainsSecondaryTileAsync(String) |
检查指定的辅助磁贴是否已固定到“开始”屏幕。 |
GetDefault() |
获取当前的“开始”屏幕管理器。 |
GetForUser(User) |
获取特定用户的“开始”屏幕管理器。 |
RequestAddAppListEntryAsync(AppListEntry) |
请求将应用固定到当前“开始”屏幕。 根据设备系列,必须在 UI 线程上调用它,并且将显示一个对话框,要求用户确认他们想要固定应用。 |
SupportsAppListEntry(AppListEntry) |
检查应用是否可以固定到当前“开始”屏幕。 |
TryRemoveSecondaryTileAsync(String) |
尝试从“开始”屏幕中删除指定的辅助磁贴。 |