IFileLoggingSession.CloseAndSaveToFileAsync Méthode
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.
Met fin à la session de journalisation actuelle et l’enregistre dans un fichier.
public:
IAsyncOperation<StorageFile ^> ^ CloseAndSaveToFileAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFile> CloseAndSaveToFileAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFile> CloseAndSaveToFileAsync();
function closeAndSaveToFileAsync()
Public Function CloseAndSaveToFileAsync () As IAsyncOperation(Of StorageFile)
Retours
Une fois cette méthode terminée, elle retourne le nouveau fichier en tant que StorageFile.
- Attributs