ILoggingSession.SaveToFileAsync(IStorageFolder, String) 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.
Enregistrez la session de journalisation active dans un fichier.
public:
IAsyncOperation<StorageFile ^> ^ SaveToFileAsync(IStorageFolder ^ folder, Platform::String ^ fileName);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFile> SaveToFileAsync(IStorageFolder const& folder, winrt::hstring const& fileName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFile> SaveToFileAsync(IStorageFolder folder, string fileName);
function saveToFileAsync(folder, fileName)
Public Function SaveToFileAsync (folder As IStorageFolder, fileName As String) As IAsyncOperation(Of StorageFile)
Paramètres
- folder
- IStorageFolder
Dossier dans lequel enregistrer le fichier journal.
- fileName
-
String
Platform::String
winrt::hstring
Nom du fichier.
Retours
Une fois cette méthode terminée, elle retourne le nouveau fichier en tant que StorageFile.
- Attributs