MultiValueConverterBase<TTarget> Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | Convert(array<Object^>^, Type^, Object^, CultureInfo^) | Converts the values. |
![]() | ConvertBack(Object^, array<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^, array<Type^>^) | Validates the parameters passed to IMultiValueConverter.ConvertBack. |
![]() | ValidateConvertParameters(array<Object^>^, Type^) | Validates the parameters passed to IMultiValueConverter.Convert. |
Show:

