Condividi tramite


SystemMediaTransportControls.IsPauseEnabled Proprietà

Definizione

Ottiene o imposta un valore che specifica se il pulsante di sospensione è supportato. true se il pulsante di sospensione è supportato; in caso contrario, false.

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

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

Valore della proprietà

Boolean

bool

true se il pulsante di sospensione è supportato; in caso contrario, false.

Si applica a