MultiValueConverterBase<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, T8, T9, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, T6, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverterBase<TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, T9, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, T6, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, TTarget>
Microsoft.VisualStudio.PlatformUI.MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, TTarget>
| Name | Description | |
|---|---|---|
![]() | MultiValueConverterBase<TTarget>() | Initializes a new instance of MultiValueConverter. |
| Name | Description | |
|---|---|---|
![]() | Convert(Object[], Type, Object, CultureInfo) | Converts the values. |
![]() | ConvertBack(Object, Type[], Object, CultureInfo) | Converts the values back to the original. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MakeConverterFunctionNotDefinedException(String) | An exception thrown when the converter function isn’t defined. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateConvertBackParameters(Object, Type[]) | Validates the parameters passed to IMultiValueConverter.ConvertBack. |
![]() | ValidateConvertParameters(Object[], Type) | Validates the parameters passed to IMultiValueConverter.Convert. |
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:

