IXpsFixedPageReader.ResourceDictionaries Property

Definition

Gets a collection of all the resource dictionaries for the page.

public:
 property System::Collections::Generic::ICollection<System::Windows::Xps::Packaging::XpsResourceDictionary ^> ^ ResourceDictionaries { System::Collections::Generic::ICollection<System::Windows::Xps::Packaging::XpsResourceDictionary ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Windows.Xps.Packaging.XpsResourceDictionary> ResourceDictionaries { get; }
member this.ResourceDictionaries : System.Collections.Generic.ICollection<System.Windows.Xps.Packaging.XpsResourceDictionary>
Public ReadOnly Property ResourceDictionaries As ICollection(Of XpsResourceDictionary)

Property Value

An ICollection<T> of XpsResourceDictionary objects.

Applies to