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

リフレクション コンテキストのタイプ。

適用対象