MultiValueConverter<T1, T2, TTarget> Class

 

Microsoft internal use only.

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


public class MultiValueConverter<T1, T2, TTarget> : MultiValueConverterBase<TTarget>

Type Parameters

TSource1
TSource2
TTarget

NameDescription
System_CAPS_pubmethodMultiValueConverter<T1, T2, TTarget>()

Microsoft internal use only.

NameDescription
System_CAPS_protmethodConvert(T1, T2, Object, CultureInfo)

Microsoft internal use only.

System_CAPS_pubmethodConvert(Object[], Type, Object, CultureInfo)
System_CAPS_protmethodConvertBack(TTarget, T1, T2, Object, CultureInfo)

Microsoft internal use only.

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: