MetadataViewImplementationAttribute(Type) Construtor

Definição

Inicializa uma nova instância da MetadataViewImplementationAttribute classe.

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

Parâmetros

implementationType
Type

O tipo da vista de metadados.

Observações

Por defeito, as MetadataViews são geradas usando reflection emit. Este atributo permite ao programador especificar o tipo que implementa a vista em vez de usar um tipo gerado.

Aplica-se a