Share via


HostedWpfControl.GetImageSourceList Method

Definition

Gets the list of image source.

public:
 virtual System::Collections::Generic::List<System::Windows::Media::ImageSource ^> ^ GetImageSourceList();
public virtual System.Collections.Generic.List<System.Windows.Media.ImageSource> GetImageSourceList ();
abstract member GetImageSourceList : unit -> System.Collections.Generic.List<System.Windows.Media.ImageSource>
override this.GetImageSourceList : unit -> System.Collections.Generic.List<System.Windows.Media.ImageSource>
Public Overridable Function GetImageSourceList () As List(Of ImageSource)

Returns

ImageSource List

Applies to