다음을 통해 공유


ImageListValueConverter.Convert Method (Int32, IList<ImageSource>, Object, CultureInfo)

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Protected Overrides Function Convert ( _
    imageIndex As Integer, _
    imageList As IList(Of ImageSource), _
    parameter As Object, _
    culture As CultureInfo _
) As ImageSource
protected override ImageSource Convert(
    int imageIndex,
    IList<ImageSource> imageList,
    Object parameter,
    CultureInfo culture
)

Parameters

Return Value

Type: System.Windows.Media.ImageSource

.NET Framework Security

See Also

Reference

ImageListValueConverter Class

Convert Overload

Microsoft.VisualStudio.PlatformUI Namespace