SerializationCallbacksAttribute 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.
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. |