AppRecordingStatusDetails.IsTimeSpanRecordingDisabled 属性

定义

获取一个值,该值指定禁用 RecordTimespanToFileAsymc 记录应用内容的指定时间跨度。

public:
 property bool IsTimeSpanRecordingDisabled { bool get(); };
bool IsTimeSpanRecordingDisabled();
public bool IsTimeSpanRecordingDisabled { get; }
var boolean = appRecordingStatusDetails.isTimeSpanRecordingDisabled;
Public ReadOnly Property IsTimeSpanRecordingDisabled As Boolean

属性值

Boolean

bool

如果禁用录制应用内容的时间跨度,则为 True;否则为 false。

适用于