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 是使用反映發出來產生。 此屬性可讓開發人員指定實作檢視的型別,而不是使用產生的類型。

適用於