StartScreenManager.RequestAddAppListEntryAsync(AppListEntry) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将应用固定到当前“开始”屏幕的请求。 根据设备系列,必须在 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