AppCaptureSettings.IsAppCaptureEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die App-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 IsAppCaptureEnabled { bool get(); void set(bool value); };
bool IsAppCaptureEnabled();

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

Eigenschaftswert

Boolean

bool

True, wenn die App-Erfassung aktiviert ist; andernfalls false.

Windows-Anforderungen

App-Funktionen
appCaptureSettings

Gilt für:

Weitere Informationen