TaskbarManager.RequestPinAppListEntryAsync(AppListEntry) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要求將指定的應用程式釘選到工作列。
public:
virtual IAsyncOperation<bool> ^ RequestPinAppListEntryAsync(AppListEntry ^ appListEntry) = RequestPinAppListEntryAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestPinAppListEntryAsync(AppListEntry const& appListEntry);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestPinAppListEntryAsync(AppListEntry appListEntry);
function requestPinAppListEntryAsync(appListEntry)
Public Function RequestPinAppListEntryAsync (appListEntry As AppListEntry) As IAsyncOperation(Of Boolean)
參數
- appListEntry
- AppListEntry
對應至要釘選至工作列之應用程式的 AppListEntry 。
傳回
布林值,表示應用程式是否已成功釘選到 Takbar。 如果已釘選應用程式,這會立即傳回 true。
- 屬性
備註
呼叫此方法會顯示對話方塊,要求使用者確認他們想要釘選應用程式。 如果使用者選取 「no」,這個方法會傳回 false。