共用方式為


GlobalSystemMediaTransportControlsSessionPlaybackControls.IsPauseEnabled 屬性

定義

會話目前是否支援暫停命令。

public:
 property bool IsPauseEnabled { bool get(); };
bool IsPauseEnabled();
public bool IsPauseEnabled { get; }
var boolean = globalSystemMediaTransportControlsSessionPlaybackControls.isPauseEnabled;
Public ReadOnly Property IsPauseEnabled As Boolean

屬性值

Boolean

bool

如果支援暫停,則為 True;否則為 false。

適用於