ValueConversionAttribute(Type, Type) Constructor

Definition

Initializes a new instance of the ValueConversionAttribute class with the specified source type and target type.

public:
 ValueConversionAttribute(Type ^ sourceType, Type ^ targetType);
public ValueConversionAttribute (Type sourceType, Type targetType);
new System.Windows.Data.ValueConversionAttribute : Type * Type -> System.Windows.Data.ValueConversionAttribute
Public Sub New (sourceType As Type, targetType As Type)

Parameters

sourceType
Type

The type this converter converts.

targetType
Type

The type this converter converts to.

Exceptions

The targetType parameter cannot be null.

Applies to

See also