Freigeben über


SystemMediaTransportControls.IsPreviousEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die vorherige Schaltfläche unterstützt wird, oder legt diesen fest.

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

Eigenschaftswert

Boolean

bool

TRUE , wenn die vorherige Schaltfläche unterstützt wird; Andernfalls false.

Gilt für: