MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, TTarget> Class
Visual Studio 2015
Converts multiple values from one type to another.
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, TTarget>
Microsoft.VisualStudio.PlatformUI::MultiValueConverterBase<TTarget>
Microsoft.VisualStudio.PlatformUI::MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, TTarget>
generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename TTarget> public ref class MultiValueConverter : 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.
- TTarget
The target type.
| Name | Description | |
|---|---|---|
![]() | MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, 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.
Show:

