AudioFileOutputNode.File プロパティ

定義

オーディオ ファイル出力ノードに関連付けられているファイルを取得します。

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

プロパティ値

ファイルを表す StorageFile オブジェクト。

適用対象