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
メタデータ ビューの型。
注釈
既定では、MetadataView はリフレクション出力を使用して生成されます。 この属性を使用すると、開発者は、生成された型を使用するのではなく、ビューを実装する型を指定できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET