MetadataViewImplementationAttribute(Type) 构造函数

定义

初始化 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 是使用反射发出生成的。 此属性允许开发人员指定实现视图的类型,而不是使用生成的类型。

适用于