SystemMediaTransportControls.IsChannelUpEnabled 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.
Obtient ou définit une valeur qui spécifie si le bouton de canal vers le haut est pris en charge.
public:
property bool IsChannelUpEnabled { bool get(); void set(bool value); };
bool IsChannelUpEnabled();
void IsChannelUpEnabled(bool value);
public bool IsChannelUpEnabled { get; set; }
var boolean = systemMediaTransportControls.isChannelUpEnabled;
systemMediaTransportControls.isChannelUpEnabled = boolean;
Public Property IsChannelUpEnabled As Boolean
Valeur de propriété
Boolean
bool
true si le bouton canal vers le haut est pris en charge ; sinon, false.