MultiValueConverterBase(Of TTarget).ValidateConvertBackParameters Method (Object, Type())

Visual Studio 2015
 

Validates the parameters passed to IMultiValueConverter.ConvertBack.

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

Protected Sub ValidateConvertBackParameters (
	value As Object,
	targetTypes As Type()
)

Parameters

value
Type: System.Object

The value to convert back.

targetTypes
Type: System.Type()

The types to convert back to.

Return to top
Show: