AudioFileOutputNode.File Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le fichier associé au nœud de sortie du fichier audio.
public:
property IStorageFile ^ File { IStorageFile ^ get(); };
IStorageFile File();
public IStorageFile File { get; }
var iStorageFile = audioFileOutputNode.file;
Public ReadOnly Property File As IStorageFile
Valeur de propriété
Objet StorageFile représentant le fichier.