InjectAttribute 类

定义

指示关联的属性应在初始化期间从服务提供程序注入一个值。

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

获取或设置 对象,该对象指定要注入的服务的密钥。

适用于