SystemMediaTransportControls.IsPlayEnabled プロパティ

定義

再生ボタンがサポートされているかどうかを示す値を取得または設定します。

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

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

プロパティ値

Boolean

bool

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

適用対象