Partager via


RegisterConverterAttribute Classe

Définition

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

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

Constructeurs

RegisterConverterAttribute()

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

S’applique à