TypeConversionAttribute(Type, Type) Constructor

Definition

Creates a new instance of TypeConversionAttribute.

public:
 TypeConversionAttribute(Type ^ from, Type ^ to);
public TypeConversionAttribute (Type from, Type to);
new Microsoft.VisualStudio.Utilities.TypeConversionAttribute : Type * Type -> Microsoft.VisualStudio.Utilities.TypeConversionAttribute
Public Sub New (from As Type, to As Type)

Parameters

from
Type

The Type being converted from.

to
Type

The Type being converted to.

Applies to