Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Protected Overridable Sub ConvertBack ( _
    value As TTarget, _
    <OutAttribute> ByRef out1 As TSource1, _
    <OutAttribute> ByRef out2 As TSource2, _
    <OutAttribute> ByRef out3 As TSource3, _
    <OutAttribute> ByRef value4 As TSource4, _
    <OutAttribute> ByRef value5 As TSource5, _
    parameter As Object, _
    culture As CultureInfo _
)
用法
Dim value As TTarget
Dim out1 As TSource1
Dim out2 As TSource2
Dim out3 As TSource3
Dim value4 As TSource4
Dim value5 As TSource5
Dim parameter As Object
Dim culture As CultureInfo
Me.ConvertBack(value, out1, out2, out3, _
    value4, value5, parameter, culture)
protected virtual void ConvertBack(
    TTarget value,
    out TSource1 out1,
    out TSource2 out2,
    out TSource3 out3,
    out TSource4 value4,
    out TSource5 value5,
    Object parameter,
    CultureInfo culture
)
protected:
virtual void ConvertBack(
    TTarget value, 
    [OutAttribute] TSource1% out1, 
    [OutAttribute] TSource2% out2, 
    [OutAttribute] TSource3% out3, 
    [OutAttribute] TSource4% value4, 
    [OutAttribute] TSource5% value5, 
    Object^ parameter, 
    CultureInfo^ culture
)
abstract ConvertBack : 
        value:'TTarget * 
        out1:'TSource1 byref * 
        out2:'TSource2 byref * 
        out3:'TSource3 byref * 
        value4:'TSource4 byref * 
        value5:'TSource5 byref * 
        parameter:Object * 
        culture:CultureInfo -> unit 
override ConvertBack : 
        value:'TTarget * 
        out1:'TSource1 byref * 
        out2:'TSource2 byref * 
        out3:'TSource3 byref * 
        value4:'TSource4 byref * 
        value5:'TSource5 byref * 
        parameter:Object * 
        culture:CultureInfo -> unit 
protected function ConvertBack(
    value : TTarget, 
    out1 : TSource1, 
    out2 : TSource2, 
    out3 : TSource3, 
    value4 : TSource4, 
    value5 : TSource5, 
    parameter : Object, 
    culture : CultureInfo
)
Parameters
- value
 Type: TTarget
- out1
 Type: TSource1%
- out2
 Type: TSource2%
- out3
 Type: TSource3%
- value4
 Type: TSource4%
- value5
 Type: TSource5%
- 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, TSource4, TSource5, TTarget> Class
MultiValueConverter<TSource1, TSource2, TSource3, TSource4, TSource5, TTarget> Members