LoadXml(Stream,Uri) Method
In This Topic
Loads the document from the specified stream in XML format.
The
System.IO.Stream containing the XML document to load.
Path to resolve pictures, video, links, and so on.
Syntax
'Declaration
Public Overloads Function LoadXml( _
ByVal As System.IO.Stream, _
ByVal As System.Uri _
) As System.Boolean
public System.bool LoadXml(
System.IO.Stream ,
System.Uri
)
Parameters
- stream
- The System.IO.Stream containing the XML document to load.
- baseUri
- Path to resolve pictures, video, links, and so on.
Return Value
True, if XML successfully loaded; otherwise, False.
See Also