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

リフレクション コンテキストの型。

適用対象