MetadataViewImplementationAttribute(Type) Constructor

Definitie

Initialiseert een nieuw exemplaar van de MetadataViewImplementationAttribute klasse.

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)

Parameters

implementationType
Type

Het type metagegevensweergave.

Opmerkingen

MetadataViews worden standaard gegenereerd met behulp van weerspiegelingsuitzending. Met dit kenmerk kan de ontwikkelaar het type opgeven dat de weergave implementeert in plaats van een gegenereerd type te gebruiken.

Van toepassing op