MultiValueConverter<T1, T2, T3, T4, T5, T6, 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, TTarget>

generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename TTarget>
public ref class MultiValueConverter : MultiValueConverterBase<TTarget>

Type Parameters

T1

T2

T3

T4

T5

T6

TTarget

NameDescription
System_CAPS_pubmethodMultiValueConverter<T1, T2, T3, T4, T5, T6, 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: