Compartir a través de


ExtendedExecutionForegroundSession.Description Propiedad

Definición

Obtiene o establece una cadena que se va a mostrar en el 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

Valor de propiedad

String

Platform::String

winrt::hstring

Cadena que se va a mostrar en el shell.

Requisitos de Windows

Características de aplicaciones
extendedExecutionBackgroundAudio extendedExecutionCritical extendedExecutionUnconstrained

Se aplica a