ImageListValueConverter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将给定的图像列表和其中的索引转换为 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)
- 继承
-
ImageListValueConverter
构造函数
| ImageListValueConverter() |
仅供 Microsoft 内部使用。 |