ProfileOperations.ImageCache Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.