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 создаются с помощью испускания отражения. Этот атрибут позволяет разработчику указать тип, реализующий представление, а не использовать созданный тип.

Применяется к