Compartir a través de


ProfileOperations.ImageCache Property

Definition

Gets the image data cache object.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Windows::Media::Imaging::BitmapImage ^> ^ ImageCache { System::Collections::Generic::Dictionary<System::String ^, System::Windows::Media::Imaging::BitmapImage ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Windows.Media.Imaging.BitmapImage> ImageCache { get; }
member this.ImageCache : System.Collections.Generic.Dictionary<string, System.Windows.Media.Imaging.BitmapImage>
Public ReadOnly Property ImageCache As Dictionary(Of String, BitmapImage)

Property Value

The image cache object.

Applies to