次の方法で共有


TypeManifestProviderAttribute クラス

定義

このアセンブリのメタデータ プロバイダーを定義します。

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class TypeManifestProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type TypeManifestProviderAttribute = class
    inherit Attribute
Public NotInheritable Class TypeManifestProviderAttribute
Inherits Attribute
継承
TypeManifestProviderAttribute
属性

コンストラクター

TypeManifestProviderAttribute(Type)

TypeManifestProviderAttribute クラスの新しいインスタンスを初期化します。

プロパティ

ProviderType

マニフェスト プロバイダーの種類を取得します。

適用対象