MultiValueConverter<TSource1, TSource2, TSource3, TSource4, TSource5, TTarget>.Convert Method (TSource1, TSource2, TSource3, TSource4, TSource5, Object, CultureInfo)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Protected Overridable Function Convert ( _
value1 As TSource1, _
value2 As TSource2, _
value3 As TSource3, _
value4 As TSource4, _
value5 As TSource5, _
parameter As Object, _
culture As CultureInfo _
) As TTarget
protected virtual TTarget Convert(
TSource1 value1,
TSource2 value2,
TSource3 value3,
TSource4 value4,
TSource5 value5,
Object parameter,
CultureInfo culture
)
Parameters
- value1
Type: TSource1
- value2
Type: TSource2
- value3
Type: TSource3
- value4
Type: TSource4
- value5
Type: TSource5
- parameter
Type: System.Object
- culture
Type: System.Globalization.CultureInfo
Return Value
Type: TTarget
.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