MultiValueConverter<TSource1, TSource2, TSource3, TTarget>.ConvertBack Method (TTarget, TSource1%, TSource2%, TSource3%, 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 Sub ConvertBack ( _
value As TTarget, _
<OutAttribute> ByRef out1 As TSource1, _
<OutAttribute> ByRef out2 As TSource2, _
<OutAttribute> ByRef out3 As TSource3, _
parameter As Object, _
culture As CultureInfo _
)
protected virtual void ConvertBack(
TTarget value,
out TSource1 out1,
out TSource2 out2,
out TSource3 out3,
Object parameter,
CultureInfo culture
)
Parameters
- value
Type: TTarget
- out1
Type: TSource1%
- out2
Type: TSource2%
- out3
Type: TSource3%
- parameter
Type: System.Object
- culture
Type: System.Globalization.CultureInfo
.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.
See Also
Reference
MultiValueConverter<TSource1, TSource2, TSource3, TTarget> Class