GeneratedActivatorConstructorAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用于构造函数时,指示生成的激活器实现在激活实例时应使用该构造函数。
[System.AttributeUsage(System.AttributeTargets.Constructor)]
public sealed class GeneratedActivatorConstructorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Constructor)>]
type GeneratedActivatorConstructorAttribute = class
inherit Attribute
Public NotInheritable Class GeneratedActivatorConstructorAttribute
Inherits Attribute
- 继承
-
GeneratedActivatorConstructorAttribute
- 属性
注解
此属性可用于调用需要注入依赖项的构造函数。
构造函数
GeneratedActivatorConstructorAttribute() |
初始化 GeneratedActivatorConstructorAttribute 类的新实例。 |