InjectAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示关联的属性应在初始化期间从服务提供程序注入一个值。
public ref class InjectAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class InjectAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type InjectAttribute = class
inherit Attribute
Public NotInheritable Class InjectAttribute
Inherits Attribute
- 继承
-
InjectAttribute
- 属性
构造函数
InjectAttribute() |
指示关联的属性应在初始化期间从服务提供程序注入一个值。 |
属性
Key |
获取或设置 对象,该对象指定要注入的服务的密钥。 |