ExtendedExecutionForegroundSession.Description 属性

定义

获取或设置要显示在 shell 中的字符串。

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

要显示在 shell 中的字符串。

Windows 要求

应用功能
extendedExecutionBackgroundAudio extendedExecutionCritical extendedExecutionUnconstrained

适用于