XmlPreloadedResolver::Remove Method (Uri^)

 

Removes the data that corresponds to the URI from the XmlPreloadedResolver.

Namespace:   System.Xml.Resolvers
Assembly:  System.Xml (in System.Xml.dll)

public:
void Remove(
	Uri^ uri
)

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
Return to top
Show: