MetadataViewImplementationAttribute(Type) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 MetadataViewImplementationAttribute 类的新实例。
public:
MetadataViewImplementationAttribute(Type ^ implementationType);
public MetadataViewImplementationAttribute (Type implementationType);
public MetadataViewImplementationAttribute (Type? implementationType);
new System.ComponentModel.Composition.MetadataViewImplementationAttribute : Type -> System.ComponentModel.Composition.MetadataViewImplementationAttribute
Public Sub New (implementationType As Type)
参数
- implementationType
- Type
元数据视图的类型。
注解
默认情况下,MetadataView 是使用反射发出生成的。 此属性允许开发人员指定实现视图的类型,而不是使用生成的类型。