XmlPreloadedResolver.PreloadedUris PropertyXmlPreloadedResolver.PreloadedUris PropertyXmlPreloadedResolver::PreloadedUris Property

Gets a collection containing the URIs of preloaded resources.

Syntax

Public ReadOnly Property PreloadedUris As IEnumerable(Of Uri)
        Get
public IEnumerable<Uri> PreloadedUris { get; }
public:
property IEnumerable<Uri^>^ PreloadedUris {
    IEnumerable<Uri^>^ get();
}