Partage via


IFileLoggingSession.CloseAndSaveToFileAsync Méthode

Définition

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

S’applique à

Voir aussi