InjectAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique que la propriété associée doit avoir une valeur injectée à partir du fournisseur de services lors de l’initialisation.
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
- Héritage
-
InjectAttribute
- Attributs
Constructeurs
InjectAttribute() |
Indique que la propriété associée doit avoir une valeur injectée à partir du fournisseur de services lors de l’initialisation. |
Propriétés
Key |
Obtient ou définit l’objet qui spécifie la clé du service à injecter. |