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

public class MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, 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.

TTarget

The target type.

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

Initializes a new instance of MultiValueConverter.

NameDescription
System_CAPS_protmethodConvert(T1, T2, T3, T4, T5, T6, T7, Object, CultureInfo)

Converts the values.

System_CAPS_pubmethodConvert(Object[], Type, Object, CultureInfo)
System_CAPS_protmethodConvertBack(TTarget, T1, T2, T3, T4, T5, T6, T7, Object, CultureInfo)

Converts the values back to the original.

System_CAPS_pubmethodConvertBack(Object, Type[], Object, CultureInfo)
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMakeConverterFunctionNotDefinedException(String)

An exception thrown when the converter function isn’t defined.(Inherited from MultiValueConverterBase<TTarget>.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_protmethodValidateConvertBackParameters(Object, Type[])

Validates the parameters passed to IMultiValueConverter.ConvertBack.(Inherited from MultiValueConverterBase<TTarget>.)

System_CAPS_protmethodValidateConvertParameters(Object[], Type)

Validates the parameters passed to IMultiValueConverter.Convert.(Inherited from MultiValueConverterBase<TTarget>.)

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: