AudioFileOutputNode.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 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.