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

反射上下文的类型。

适用于