AppTaskInfo.Id 속성

정의

이 작업에 대해 자동으로 생성된 고유 식별자를 가져옵니다.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
winrt::hstring Id();
[Windows.Foundation.Metadata.Experimental]
public string Id { [Windows.Foundation.Metadata.Experimental] get; }
var string = appTaskInfo.id;
Public ReadOnly Property Id As String

속성 값

String

Platform::String

winrt::hstring

이 작업의 고유 식별자입니다.

특성

설명

Important

앱 작업 지원은 2026년 5월부터 점진적으로 Windows 11로 롤아웃됩니다. API에서 Windows.UI.Shell.Tasks 사용하도록 설정된 환경을 사용하려면 해당 앱 작업 기능이 앱이 실행되는 Windows 버전에 있어야 합니다. 그렇지 않으면 이러한 API는 아무런 영향을 주지 않습니다.

적용 대상