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)

반환

현재 애플리케이션이 작업 표시줄에 고정되어 있는지 여부를 나타내는 부울입니다.

특성

적용 대상