Share via


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

傳回

適用於