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。

属性

注解

调用此方法将显示一个对话框,要求用户确认他们想要固定应用。 如果用户选择“否”,此方法将返回 false。

适用于