XmlDocument.SaveToFileAsync | saveToFileAsync method

Expand Minimize
0 out of 2 rated this helpful - Rate this topic

Asynchronously saves an XML document to the specified file.

Syntax


xmlDocument.saveToFileAsync(file).done( /* Your success and error handlers */ );

Parameters

file

Type: IStorageFile

The file to save the document to.

Return value

Type: IAsyncAction

The object that must be used to start the operation.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Data.Xml.Dom
Windows::Data::Xml::Dom [C++]

Metadata

Windows.winmd

See also

XmlDocument

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.