Freigeben über


AppCaptureManager.ApplySettings(AppCaptureSettings) Methode

Definition

Wendet App-Erfassungseinstellungen an.

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:
 static void ApplySettings(AppCaptureSettings ^ appCaptureSettings);
 static void ApplySettings(AppCaptureSettings const& appCaptureSettings);
public static void ApplySettings(AppCaptureSettings appCaptureSettings);
function applySettings(appCaptureSettings)
Public Shared Sub ApplySettings (appCaptureSettings As AppCaptureSettings)

Parameter

appCaptureSettings
AppCaptureSettings

Die zu übernehmenden Einstellungen.

Windows-Anforderungen

App-Funktionen
appCaptureSettings

Gilt für:

Weitere Informationen