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)

戻り値

現在のアプリケーションがタスク バーにピン留めされているかどうかを表すブール値。

属性

適用対象