ExtendedExecutionForegroundSession.Description プロパティ

定義

シェルに表示する文字列を取得または設定します。

public:
 property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Description();

void Description(winrt::hstring value);
public string Description { get; set; }
var string = extendedExecutionForegroundSession.description;
extendedExecutionForegroundSession.description = string;
Public Property Description As String

プロパティ値

String

Platform::String

winrt::hstring

シェルに表示する文字列。

Windows の要件

アプリの機能
extendedExecutionBackgroundAudio extendedExecutionCritical extendedExecutionUnconstrained

適用対象