Partager via


SerializationCallbacksAttribute Classe

Définition

Spécifie un type à instancier et à appeler lors de l’exécution d’opérations de sérialisation sur des instances du type auquel cet attribut est attaché.

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

Constructeurs

SerializationCallbacksAttribute(Type)

Instancie une nouvelle SerializationCallbacksAttribute instance.

Propriétés

HookType

Type de la classe hook.

S’applique à