MetadataViewImplementationAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

implementationType
Type

Tipo de vista de metadatos.

Comentarios

De forma predeterminada, MetadataViews se genera mediante emisión de reflexión. Este atributo permite al desarrollador especificar el tipo que implementa la vista en lugar de usar un tipo generado.

Se aplica a