Sdílet prostřednictvím


MetadataViewImplementationAttribute(Type) Konstruktor

Definice

Inicializuje novou instanci MetadataViewImplementationAttribute třídy .

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)

Parametry

implementationType
Type

Typ zobrazení metadat.

Poznámky

Ve výchozím nastavení se MetadataView generují pomocí generování reflexe. Tento atribut umožňuje vývojáři určit typ, který implementuje zobrazení místo použití vygenerovaného typu.

Platí pro