0 out of 3 rated this helpful - Rate this topic

XmlDocument.LoadFromUriAsync(Uri) | loadFromUriAsync(Uri) method

Asynchronously loads an XML document from the specified location. The document is parsed using the default parser settings.

Syntax


Windows.Data.Xml.Dom.XmlDocument.loadFromUriAsync(uri).done( /* Your success and error handlers */ );

Parameters

uri

Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]

A URL that specifies the location of the XML file.

Return value

Type: IAsyncOperation<XmlDocument>

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
LoadFromUriAsync(Uri, XmlLoadSettings)

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.