Share via


ExtendedExecutionForegroundSession.Description Propriété

Définition

Obtient ou définit une chaîne à afficher dans l’interpréteur de commandes.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne à afficher dans l’interpréteur de commandes.

Configuration requise pour Windows

Fonctionnalités de l’application
extendedExecutionBackgroundAudio extendedExecutionCritical extendedExecutionUnconstrained

S’applique à