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

メタデータ ビューの型。

注釈

既定では、MetadataView はリフレクション出力を使用して生成されます。 この属性を使用すると、開発者は、生成された型を使用するのではなく、ビューを実装する型を指定できます。

適用対象