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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012
