KnownBaseTypeAttribute 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.
Indique que ce type et tous les sous-types doivent être considérés comme [Serializable].
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)]
public sealed class KnownBaseTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)>]
type KnownBaseTypeAttribute = class
inherit Attribute
Public NotInheritable Class KnownBaseTypeAttribute
Inherits Attribute
- Héritage
-
KnownBaseTypeAttribute
- Attributs
Constructeurs
KnownBaseTypeAttribute() |
Indique que ce type et tous les sous-types doivent être considérés comme [Serializable]. |