XmlDocument.SaveToFileAsync(IStorageFile) Methode

Definition

Speichert ein XML-Dokument asynchron in der angegebenen Datei.

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

Die Datei, in der das Dokument gespeichert werden soll.

Gibt zurück

Das Objekt, das zum Starten des Vorgangs verwendet werden muss.

Attribute

Gilt für: