AppCaptureRecordOperation.File Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|