AppCaptureSettings.MaximumRecordLength Eigenschaft

Definition

Ruft die maximale Aufzeichnungsdauer ab oder legt diese 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 TimeSpan MaximumRecordLength { TimeSpan get(); void set(TimeSpan value); };
TimeSpan MaximumRecordLength();

void MaximumRecordLength(TimeSpan value);
public System.TimeSpan MaximumRecordLength { get; set; }
var timeSpan = appCaptureSettings.maximumRecordLength;
appCaptureSettings.maximumRecordLength = timeSpan;
Public Property MaximumRecordLength As TimeSpan

Eigenschaftswert

Die maximale Aufzeichnungsdauer.

Windows-Anforderungen

App-Funktionen
appCaptureSettings

Gilt für:

Weitere Informationen