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

리플렉션 컨텍스트의 형식입니다.

적용 대상