ChtmlPageAdapter.CreateTextWriter(TextWriter) Méthode
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.
Crée et retourne un enregistreur de texte adapté aux adaptateurs donnés. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
public:
override System::Web::UI::HtmlTextWriter ^ CreateTextWriter(System::IO::TextWriter ^ writer);
public override System.Web.UI.HtmlTextWriter CreateTextWriter(System.IO.TextWriter writer);
override this.CreateTextWriter : System.IO.TextWriter -> System.Web.UI.HtmlTextWriter
Public Overrides Function CreateTextWriter (writer As TextWriter) As HtmlTextWriter
Paramètres
- writer
- TextWriter
Enregistreur de texte.
Retours
Enregistreur de texte adapté aux adaptateurs donnés.