共用方式為


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。

適用於