ImageSourceValueConverter.Convert 方法

Converts the specified value to the specified target type.

命名空间:  Microsoft.VisualStudio.PlatformUI
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Function Convert ( _
    value As Object, _
    targetType As Type, _
    parameter As Object, _
    culture As CultureInfo _
) As Object
public Object Convert(
    Object value,
    Type targetType,
    Object parameter,
    CultureInfo culture
)

参数

  • parameter
    类型:System.Object
    Parameters relevant to conversion.

返回值

类型:System.Object
Returns a value of the target type.

实现

IValueConverter.Convert(Object, Type, Object, CultureInfo)

.NET Framework 安全性

请参见

参考

ImageSourceValueConverter 类

Microsoft.VisualStudio.PlatformUI 命名空间