CatalogReflectionContextAttribute(Type) 构造函数

定义

使用指定AssemblyCatalog类型初始化类的新实例ReflectionContext

public:
 CatalogReflectionContextAttribute(Type ^ reflectionContextType);
public CatalogReflectionContextAttribute(Type reflectionContextType);
new System.ComponentModel.Composition.CatalogReflectionContextAttribute : Type -> System.ComponentModel.Composition.CatalogReflectionContextAttribute
Public Sub New (reflectionContextType As Type)

参数

reflectionContextType
Type

反射上下文的类型。

适用于