XmlPreloadedResolver::PreloadedUris Property

 

Gets a collection of preloaded URIs.

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

public:
property IEnumerable<Uri^>^ PreloadedUris {
	IEnumerable<Uri^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<Uri^>^

The collection of preloaded URIs.

.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Return to top
Show: