DefaultTypeArgumentAttribute(Type) 构造函数
定义
使用指定的默认类型创建 DefaultTypeArgumentAttribute 类的实例。Creates an instance of the DefaultTypeArgumentAttribute class with a specified default type.
public:
DefaultTypeArgumentAttribute(Type ^ type);
public DefaultTypeArgumentAttribute (Type type);
new System.Activities.Presentation.DefaultTypeArgumentAttribute : Type -> System.Activities.Presentation.DefaultTypeArgumentAttribute
Public Sub New (type As Type)