共用方式為


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

適用於