次の方法で共有


GlobalSystemMediaTransportControlsSessionPlaybackControls.IsPauseEnabled プロパティ

定義

セッションが現在 pause コマンドをサポートしているかどうか。

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。

適用対象