ImageListValueConverter Class
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.
Converts the given image list and an index in it into ImageSource.
public ref class ImageListValueConverter : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<int, System::Collections::Generic::IList<System::Windows::Media::ImageSource ^> ^, System::Windows::Media::ImageSource ^>
[Windows::Foundation::Metadata::WebHostHidden]
class ImageListValueConverter : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<int, System::Collections::Generic::IList<System::Windows::Media::ImageSource> const &, System::Windows::Media::ImageSource const &>
public class ImageListValueConverter : Microsoft.VisualStudio.PlatformUI.MultiValueConverter<int,System.Collections.Generic.IList<System.Windows.Media.ImageSource>,System.Windows.Media.ImageSource>
type ImageListValueConverter = class
inherit MultiValueConverter<int, IList<ImageSource>, ImageSource>
Public Class ImageListValueConverter
Inherits MultiValueConverter(Of Integer, IList(Of ImageSource), ImageSource)
- Inheritance
-
ImageListValueConverter
Constructors
ImageListValueConverter() |
Microsoft internal use only. |