GlobalSystemMediaTransportControlsSessionPlaybackControls.IsStopEnabled 屬性

定義

會話目前是否支援 stop 命令。

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

屬性值

Boolean

bool

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

適用於