IWrapperProvider Interface
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.
Définit une interface pour l’encapsulage d’objets pour la sérialisation ou la désérialisation dans xml.
public interface class IWrapperProvider
public interface IWrapperProvider
type IWrapperProvider = interface
Public Interface IWrapperProvider
- Dérivé
Propriétés
WrappingType |
Obtient le type de wrapping. |
Méthodes
Wrap(Object) |
Encapsule l’objet donné au type d’encapsulage fourni par WrappingType. |