GlobalSystemMediaTransportControlsSessionPlaybackControls.IsStopEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si la session prend actuellement en charge la commande stop.
public:
property bool IsStopEnabled { bool get(); };
bool IsStopEnabled();
public bool IsStopEnabled { get; }
var boolean = globalSystemMediaTransportControlsSessionPlaybackControls.isStopEnabled;
Public ReadOnly Property IsStopEnabled As Boolean
Valeur de propriété
Boolean
bool
True si l’arrêt est pris en charge ; sinon, false.