AppCaptureRecordOperation.File Property

Definition

Gets the file associated with the recording operation.

public:
 property StorageFile ^ File { StorageFile ^ get(); };
StorageFile File();
public StorageFile File { get; }
var storageFile = appCaptureRecordOperation.file;
Public ReadOnly Property File As StorageFile

Property Value

The file associated with the recording operation.

Windows requirements

App capabilities
appCaptureSettings

Applies to