InjectAttribute Třída

Definice

Označuje, že přidružená vlastnost by měla mít hodnotu vloženou od poskytovatele služby během inicializace.

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
Dědičnost
InjectAttribute
Atributy

Konstruktory

InjectAttribute()

Označuje, že přidružená vlastnost by měla mít hodnotu vloženou od poskytovatele služby během inicializace.

Vlastnosti

Key

Získá nebo nastaví objekt, který určuje klíč služby vložit.

Platí pro