SfcSerializationAdapterAttribute 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.
Attribut permettant de spécifier le type d’adaptateur de sérialisation à utiliser pour une propriété particulière
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcSerializationAdapterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcSerializationAdapterAttribute = class
inherit Attribute
Public Class SfcSerializationAdapterAttribute
Inherits Attribute
- Héritage
-
SfcSerializationAdapterAttribute
- Attributs
Constructeurs
| Nom | Description |
|---|---|
| SfcSerializationAdapterAttribute(Type) |
Attribut permettant de spécifier le type d’adaptateur de sérialisation à utiliser pour une propriété particulière |
Propriétés
| Nom | Description |
|---|---|
| SfcSerializationAdapterType |
Type de l’adaptateur de sérialisation |