Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 728 Bytes

xmldocument_loadfromuriasync_878810410.md

File metadata and controls

27 lines (19 loc) · 728 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlDocument.LoadFromUriAsync(Windows.Foundation.Uri)
winrt method

Windows.Data.Xml.Dom.XmlDocument.LoadFromUriAsync

-description

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

-parameters

-param uri

A URL that specifies the location of the XML file.

-returns

The object that must be used to start the operation.

-remarks

-examples

-see-also

LoadFromUriAsync(Uri, XmlLoadSettings)