AudioFileOutputNode.File Property

Definition

Gets the file associated with the audio file output node.

public:
 property IStorageFile ^ File { IStorageFile ^ get(); };
IStorageFile File();
public IStorageFile File { get; }
var iStorageFile = audioFileOutputNode.file;
Public ReadOnly Property File As IStorageFile

Property Value

A StorageFile object representing the file.

Applies to