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

获取清单提供程序类型。

适用于