Freigeben über


AppCaptureSettings.IsCpuConstrained Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die App-Erfassung cpubeschränkt ist.

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 IsCpuConstrained { bool get(); };
bool IsCpuConstrained();
public bool IsCpuConstrained { get; }
var boolean = appCaptureSettings.isCpuConstrained;
Public ReadOnly Property IsCpuConstrained As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die App-Erfassung cpubeschränkt ist; Andernfalls false.

Windows-Anforderungen

App-Funktionen
appCaptureSettings

Gilt für:

Weitere Informationen