XmlDocument.DocumentUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the URL for the last loaded XML document.
public:
property Platform::String ^ DocumentUri { Platform::String ^ get(); };
winrt::hstring DocumentUri();
public string DocumentUri { get; }
var string = xmlDocument.documentUri;
Public ReadOnly Property DocumentUri As String
Property Value
The URL for the last loaded XML document.