Udostępnij za pośrednictwem


MultiPartWriter(TextWriter) Konstruktor

Definicja

Inicjuje wystąpienie klasy MultiPartWriter. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

protected:
 MultiPartWriter(System::IO::TextWriter ^ writer);
protected MultiPartWriter (System.IO.TextWriter writer);
new System.Web.UI.MobileControls.Adapters.MultiPartWriter : System.IO.TextWriter -> System.Web.UI.MobileControls.Adapters.MultiPartWriter
Protected Sub New (writer As TextWriter)

Parametry

writer
TextWriter

Obiekt podstawowy TextWriter .

Uwagi

Jest to klasa bazowa dla MobileTextWriter klasy .

Dotyczy

Zobacz też