ValueConverter<TSource, TTarget>::ConvertBack Method (TTarget, Object^, CultureInfo^)

 

Microsoft internal use only.

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

protected:
virtual TSource ConvertBack(
	TTarget value,
	Object^ parameter,
	CultureInfo^ culture
)

Parameters

value
Type: TTarget
parameter
Type: System::Object^
culture
Type: System.Globalization::CultureInfo^

Return Value

Type: TSource

Returns Object.

Return to top
Show: