ValueConverter<TSource, TTarget>.ConvertBack Method (TTarget, Object, CultureInfo)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Overridable Function ConvertBack ( _
value As TTarget, _
parameter As Object, _
culture As CultureInfo _
) As TSource
protected virtual TSource ConvertBack(
TTarget value,
Object parameter,
CultureInfo culture
)
Parameters
- value
Type: TTarget
- parameter
Type: System.Object
- culture
Type: System.Globalization.CultureInfo
Return Value
Type: TSource
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.