SystemMediaTransportControls.IsPlayEnabled Proprietà

Definizione

Ottiene o imposta un valore che specifica se il pulsante play è supportato.

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

Valore della proprietà

Boolean

bool

true se il gioco è supportato; in caso contrario, false.

Si applica a