Partager via


RegisterCopierAttribute Classe

Définition

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

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

Constructeurs

RegisterCopierAttribute()

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

S’applique à