XmlSerializerOutputFormatter.WrapperProviderFactories Propriété
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.
Obtient la liste de pour fournir le type d’habillage IWrapperProviderFactory pour la sérialisation.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Formatters::Xml::IWrapperProviderFactory ^> ^ WrapperProviderFactories { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Formatters::Xml::IWrapperProviderFactory ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.Xml.IWrapperProviderFactory> WrapperProviderFactories { get; }
member this.WrapperProviderFactories : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.Xml.IWrapperProviderFactory>
Public ReadOnly Property WrapperProviderFactories As IList(Of IWrapperProviderFactory)