XmlPreloadedResolver.Remove Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Removes the data corresponding to the URI from the XmlPreloadedResolver.
Namespace: System.Xml.Resolvers
Assembly: System.Xml.Utils (in System.Xml.Utils.dll)
Syntax
'Declaration
Public Sub Remove ( _
uri As Uri _
)
public void Remove(
Uri uri
)
Parameters
- uri
Type: System.Uri
The URI of the data that should be removed from the XmlPreloadedResolver store.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | uri is nulla null reference (Nothing in Visual Basic). |
Remarks
No exception is thrown if the data does not exist in the store.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.