Condividi tramite


SystemMediaTransportControls.IsPreviousEnabled Proprietà

Definizione

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

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

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

Valore della proprietà

Boolean

bool

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

Si applica a