MultiValueConverterBase<TTarget> Class

Visual Studio 2015
 

Converts multiple values from one type to another.

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


public abstract class MultiValueConverterBase<TTarget> : IMultiValueConverter

Type Parameters

TTarget

The target type.

NameDescription
System_CAPS_protmethodMultiValueConverterBase<TTarget>()

Initializes a new instance of MultiValueConverter.

NameDescription
System_CAPS_pubmethodConvert(Object[], Type, Object, CultureInfo)

Converts the values.

System_CAPS_pubmethodConvertBack(Object, 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, Type[])

Validates the parameters passed to IMultiValueConverter.ConvertBack.

System_CAPS_protmethodValidateConvertParameters(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.

Return to top
Show: