SystemMediaTransportControls.IsPlayEnabled Propriété

Définition

Obtient ou définit une valeur qui spécifie si le bouton de lecture est pris en charge.

public:
 property bool IsPlayEnabled { bool get(); void set(bool value); };
bool IsPlayEnabled();

void IsPlayEnabled(bool value);
public bool IsPlayEnabled { get; set; }
var boolean = systemMediaTransportControls.isPlayEnabled;
systemMediaTransportControls.isPlayEnabled = boolean;
Public Property IsPlayEnabled As Boolean

Valeur de propriété

Boolean

bool

true si la lecture est prise en charge ; sinon, false.

S’applique à