TypeManifestProviderAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义此程序集的元数据提供程序。
[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 |
获取清单提供程序类型。 |