AppCaptureState.IsHistoricalCaptureEnabled プロパティ

定義

履歴アプリ キャプチャが有効かどうかを指定する値を取得します。

public:
 property bool IsHistoricalCaptureEnabled { bool get(); };
bool IsHistoricalCaptureEnabled();
public bool IsHistoricalCaptureEnabled { get; }
var boolean = appCaptureState.isHistoricalCaptureEnabled;
Public ReadOnly Property IsHistoricalCaptureEnabled As Boolean

プロパティ値

Boolean

bool

True を指定すると、アプリの履歴キャプチャが有効になります。それ以外の場合は false。

Windows の要件

アプリの機能
appCaptureSettings

適用対象