Partager via


RegisterActivatorAttribute Classe

Définition

En cas d’application à un type, indique que le type est un activateur et qu’il doit être inscrit automatiquement.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class RegisterActivatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type RegisterActivatorAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterActivatorAttribute
Inherits Attribute
Héritage
RegisterActivatorAttribute
Attributs

Constructeurs

RegisterActivatorAttribute()

En cas d’application à un type, indique que le type est un activateur et qu’il doit être inscrit automatiquement.

S’applique à