다음을 통해 공유


MetadataViewImplementationAttribute(Type) 생성자

정의

MetadataViewImplementationAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 MetadataViewImplementationAttribute(Type ^ implementationType);
public MetadataViewImplementationAttribute (Type implementationType);
public MetadataViewImplementationAttribute (Type? implementationType);
new System.ComponentModel.Composition.MetadataViewImplementationAttribute : Type -> System.ComponentModel.Composition.MetadataViewImplementationAttribute
Public Sub New (implementationType As Type)

매개 변수

implementationType
Type

메타데이터 뷰의 형식입니다.

설명

기본적으로 MetadataViews는 리플렉션 내보내기 를 사용하여 생성됩니다. 이 특성을 사용하면 개발자가 생성된 형식을 사용하는 대신 뷰를 구현하는 형식을 지정할 수 있습니다.

적용 대상