XmlPreloadedResolver::Remove Method (Uri^)
.NET Framework (current version)
Removes the data that corresponds to the URI from the XmlPreloadedResolver.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- uri
-
Type:
System::Uri^
The URI of the data that should be removed from the XmlPreloadedResolver store.
| Exception | Condition |
|---|---|
| ArgumentNullException | uri is null. |
No exception is thrown if the data does not exist in the store.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: