AppCaptureFileGeneratedEventArgs AppCaptureFileGeneratedEventArgs AppCaptureFileGeneratedEventArgs AppCaptureFileGeneratedEventArgs Class

Definition

Provides data for the AppCaptureRecordOperation.FileGenerated event.

public : sealed class AppCaptureFileGeneratedEventArgs : IAppCaptureFileGeneratedEventArgspublic sealed class AppCaptureFileGeneratedEventArgs : IAppCaptureFileGeneratedEventArgsPublic NotInheritable Class AppCaptureFileGeneratedEventArgs Implements IAppCaptureFileGeneratedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.AppCaptureContract (introduced v4)
Capabilities
appCaptureSettings

Properties

File File File File

Gets the file associated with the event.

public : StorageFile File { get; }public StorageFile File { get; }Public ReadOnly Property File As StorageFile// You can use this property in JavaScript.
Value
StorageFile StorageFile StorageFile StorageFile

The file associated with the event.

Additional features and requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.AppCaptureContract (introduced v4)
Capabilities
appCaptureSettings