Freigeben über


AppCaptureSettings.IsHistoricalCaptureEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die verlaufsbezogene Erfassung aktiviert ist, oder legt den Wert fest.

Hinweis

Diese API ist nicht für alle Windows-Apps verfügbar. Sofern Ihr Entwicklerkonto nicht speziell von Microsoft bereitgestellt wird, schlagen Aufrufe dieser APIs zur Laufzeit fehl.

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

void IsHistoricalCaptureEnabled(bool value);
public bool IsHistoricalCaptureEnabled { get; set; }
var boolean = appCaptureSettings.isHistoricalCaptureEnabled;
appCaptureSettings.isHistoricalCaptureEnabled = boolean;
Public Property IsHistoricalCaptureEnabled As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die verlaufsbezogene Erfassung aktiviert ist; andernfalls false.

Windows-Anforderungen

App-Funktionen
appCaptureSettings

Gilt für:

Weitere Informationen