AppListEntry 类

定义

提供应用的显示信息,例如其显示名称和说明,以及用于启动应用的方法。

public ref class AppListEntry sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppListEntry final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppListEntry
Public NotInheritable Class AppListEntry
继承
Object Platform::Object IInspectable AppListEntry
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

版本历史记录

Windows 版本 SDK 版本 增值
1709 16299 AppUserModelId
1803 17134 LaunchForUserAsync

属性

AppInfo

提供有关应用程序的信息,例如其名称、徽标、包信息、ID。

AppUserModelId

获取此 AppListEntry的应用程序用户模型 ID (AUMID)

DisplayInfo

提供应用的显示名称、说明和徽标。

方法

LaunchAsync()

启动与此 AppListEntry 关联的应用

LaunchForUserAsync(User)

在指定用户的上下文中启动与此 AppListEntry 关联的应用。

适用于