Remove()

XmlPreloadedResolver::Remove(const SharedPtr<Uri>&) method

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

void System::Xml::Resolvers::XmlPreloadedResolver::Remove(const SharedPtr<Uri> &uri)

Arguments

ParameterTypeDescription
uriconst SharedPtr<Uri>&The URI of the data that should be removed from the XmlPreloadedResolver store.

See Also