共用方式為


MultiPartWriter(TextWriter) 建構函式

定義

初始化 MultiPartWriter 類別的執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & 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)

參數

writer
TextWriter

基底 TextWriter 物件。

備註

這是類別的 MobileTextWriter 基類。

適用於

另請參閱