MultiValueConverterBase<TTarget> Methods

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubmethodConvert(array<Object^>^, Type^, Object^, CultureInfo^)

Converts the values.

System_CAPS_pubmethodConvertBack(Object^, array<Type^>^, Object^, CultureInfo^)

Converts the values back to the original.

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.

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.

System_CAPS_protmethodValidateConvertParameters(array<Object^>^, Type^)

Validates the parameters passed to IMultiValueConverter.Convert.

Return to top
Show: