共用方式為


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)

傳回

布林值,表示目前應用程式是否釘選到工作列。

屬性

適用於