TaskbarManager.IsCurrentAppPinnedAsync 方法

定义

检查当前活动的应用程序是否已固定到任务栏。

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

返回

一个布尔值,表示当前应用程序是否固定到任务栏。

属性

适用于