StartScreenManager.RequestAddAppListEntryAsync(AppListEntry) 方法

定义

将应用固定到当前“开始”屏幕的请求。 根据设备系列,必须在 UI 线程上调用此功能,并显示一个对话框,要求用户确认要固定应用。

public:
 virtual IAsyncOperation<bool> ^ RequestAddAppListEntryAsync(AppListEntry ^ appListEntry) = RequestAddAppListEntryAsync;
IAsyncOperation<bool> RequestAddAppListEntryAsync(AppListEntry const& appListEntry);
public IAsyncOperation<bool> RequestAddAppListEntryAsync(AppListEntry appListEntry);
function requestAddAppListEntryAsync(appListEntry)
Public Function RequestAddAppListEntryAsync (appListEntry As AppListEntry) As IAsyncOperation(Of Boolean)

参数

appListEntry
AppListEntry

返回

适用于