Page.CreateHtmlTextWriterFromType(TextWriter, Type) メソッド

定義

ページの内容を表示するために指定された HtmlTextWriter オブジェクトを作成します。

public:
 static System::Web::UI::HtmlTextWriter ^ CreateHtmlTextWriterFromType(System::IO::TextWriter ^ tw, Type ^ writerType);
public static System.Web.UI.HtmlTextWriter CreateHtmlTextWriterFromType (System.IO.TextWriter tw, Type writerType);
static member CreateHtmlTextWriterFromType : System.IO.TextWriter * Type -> System.Web.UI.HtmlTextWriter
Public Shared Function CreateHtmlTextWriterFromType (tw As TextWriter, writerType As Type) As HtmlTextWriter

パラメーター

tw
TextWriter

TextWriter を作成するために使用する HtmlTextWriter

writerType
Type

作成するテキスト ライターの型。

戻り値

HtmlTextWriter

ページの内容を表示する HtmlTextWriter

例外

writerType プロパティが無効な型に設定されています。

注釈

このメソッドは、ページ アダプターで内部的に使用されます。

適用対象

こちらもご覧ください