XmlDocument.SaveToFileAsync(IStorageFile) Metode

Definisi

Secara asinkron menyimpan dokumen XML ke file yang ditentukan.

public:
 virtual IAsyncAction ^ SaveToFileAsync(IStorageFile ^ file) = SaveToFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SaveToFileAsync(IStorageFile const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SaveToFileAsync(IStorageFile file);
function saveToFileAsync(file)
Public Function SaveToFileAsync (file As IStorageFile) As IAsyncAction

Parameter

file
IStorageFile

File untuk menyimpan dokumen.

Mengembalikan

Objek yang harus digunakan untuk memulai operasi.

Atribut

Berlaku untuk