XmlPreloadedResolver.PreloadedUris Property

Definition

Gets a collection of preloaded URIs.

public:
 property System::Collections::Generic::IEnumerable<Uri ^> ^ PreloadedUris { System::Collections::Generic::IEnumerable<Uri ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Uri> PreloadedUris { get; }
member this.PreloadedUris : seq<Uri>
Public ReadOnly Property PreloadedUris As IEnumerable(Of Uri)

Property Value

The collection of preloaded URIs.

Applies to