MultiValueConverter<T1, T2, TTarget> Class

 

Microsoft internal use only.

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


generic<typename T1, typename T2, typename TTarget>
public ref class MultiValueConverter : 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(array<Object^>^, Type^, Object^, CultureInfo^)
System_CAPS_protmethodConvertBack(TTarget, T1, T2, Object^, CultureInfo^)

Microsoft internal use only.

System_CAPS_pubmethodConvertBack(Object^, array<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^, array<Type^>^)

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

System_CAPS_protmethodValidateConvertParameters(array<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: