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
- value
Tipo: System.Object
The value to convert.
- targetType
Tipo: System.Type
The target type.
- parameter
Tipo: System.Object
Parameters relevant to conversion.
- culture
Tipo: System.Globalization.CultureInfo
Culture 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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.