TypeConversionAttribute(Type, Type) 构造函数

定义

创建 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)

参数

from
Type
to
Type

适用于