GlobalSystemMediaTransportControlsSessionPlaybackControls.IsPlayEnabled プロパティ

定義

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

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

プロパティ値

Boolean

bool

再生がサポートされている場合は True。それ以外の場合は false。

適用対象