MetadataViewImplementationAttribute(Type) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 是使用反映發出來產生。 此屬性可讓開發人員指定實作檢視的型別,而不是使用產生的類型。