ValueConverter<TSource,TTarget> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type is forwarded from MS.VS.Shell.xx.dll
generic <typename TSource, typename TTarget>
public ref class ValueConverter : System::Windows::Data::IValueConverter
public class ValueConverter<TSource,TTarget> : System.Windows.Data.IValueConverter
type ValueConverter<'Source, 'arget> = class
interface IValueConverter
Public Class ValueConverter(Of TSource, TTarget)
Implements IValueConverter
Type Parameters
- TSource
- TTarget
- Inheritance
-
ValueConverter<TSource,TTarget>
- Derived
- Implements
Constructors
ValueConverter<TSource,TTarget>() |
Microsoft internal use only. |
Methods
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. |
ConvertBack(TTarget, Object, CultureInfo) |
Microsoft internal use only. |