RegisterProviderAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用于类型时,指示该类型是提供程序,应自动注册该类型。
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class RegisterProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type RegisterProviderAttribute = class
inherit Attribute
Public NotInheritable Class RegisterProviderAttribute
Inherits Attribute
- 继承
-
RegisterProviderAttribute
- 属性
构造函数
RegisterProviderAttribute(String, String, String, Type) |
应用于类型时,指示该类型是提供程序,应自动注册该类型。 |
属性
Kind |
获取提供程序的类型,例如 |
Name |
获取提供程序名称,例如 |
Target |
获取用于配置提供程序的类型,例如 |
Type |
获取用于配置提供程序的类型。 |