共用方式為


TaskbarManager.RequestPinCurrentAppAsync 方法

定義

要求目前作用中的應用程式釘選到工作列。

public:
 virtual IAsyncOperation<bool> ^ RequestPinCurrentAppAsync() = RequestPinCurrentAppAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestPinCurrentAppAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestPinCurrentAppAsync();
function requestPinCurrentAppAsync()
Public Function RequestPinCurrentAppAsync () As IAsyncOperation(Of Boolean)

傳回

布林值,表示應用程式是否已成功釘選到 Takbar。 如果已釘選應用程式,這會立即傳回 true。

屬性

備註

呼叫此方法會顯示對話方塊,要求使用者確認他們想要釘選應用程式。 如果使用者選取 「no」,這個方法會傳回 false。

適用於