WrapperProviderContext(Type, Boolean) Constructeur
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.
Initialise WrapperProviderContext.
public:
WrapperProviderContext(Type ^ declaredType, bool isSerialization);
public WrapperProviderContext (Type declaredType, bool isSerialization);
new Microsoft.AspNetCore.Mvc.Formatters.Xml.WrapperProviderContext : Type * bool -> Microsoft.AspNetCore.Mvc.Formatters.Xml.WrapperProviderContext
Public Sub New (declaredType As Type, isSerialization As Boolean)
Paramètres
- declaredType
- Type
Type déclaré de l’objet qui doit être encapsulé.
- isSerialization
- Boolean
true
si le fournisseur de wrapper est appelé pendant la sérialisation , sinon false
.