Condividi tramite


Metodo ImageSourceValueConverter.Convert

Converts the specified value to the specified target type.

Spazio dei nomi:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • parameter
    Tipo: System.Object
    Parameters relevant to conversion.

Valore restituito

Tipo: System.Object
Returns a value of the target type.

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ImageSourceValueConverter Classe

Spazio dei nomi Microsoft.VisualStudio.PlatformUI