MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TTarget> Class

Visual Studio 2015
 

Converts multiple values from one type to another.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.MultiValueConverterBase<TTarget>
    Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TTarget>

public class MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TTarget> : MultiValueConverterBase<TTarget>

Type Parameters

T1

The first type.

T2

The second type.

T3

The third type.

T4

The fourth type.

T5

The fifth type.

T6

The sixth type.

T7

The seventh type.

T8

The eighth type.

T9

The ninth type.

T10

The tenth type.

TTarget

The target type.

NameDescription
System_CAPS_pubmethodMultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TTarget>()

Initializes a new instance of MultiValueConverter.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: